Skip to main content

Sulu

#D7FE7C

Sulu is a neutral light color with the hex code #D7FE7C. This vibrant hue can be represented as RGB 215, 254, 124 in digital design or CMYK 15%, 0%, 51%, 0% for print applications. Find matching Pantone color.

Sulu color values

HEX
#D7FE7C
RGB
215, 254, 124
HSL
78°, 98%, 74%
CMYK
15, 0, 51, 0

About this color

Sulu sits at 78° on the color wheel with 98% saturation and 74% lightness, placing it in the yellow segment of the spectrum. With saturation at 98%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.

In digital environments, Sulu is rendered as rgb(215, 254, 124), where the green channel leads at 254, pulling the color toward the green-yellow axis. High saturation at this lightness produces strong contrast against white — effective for CTAs, badges, and elements that need to stop the eye.

For print, Sulu translates to a CMYK breakdown of 15C 0M 51Y 0K. With almost no black ink (0%), this color is built almost entirely from process inks: 15% cyan, 51% yellow. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Sulu

CSS Variable

:root {
  --brand-primary: #D7FE7C;
  --brand-primary-rgb: 215, 254, 124;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#D7FE7C',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 15%
M: 0%
Y: 51%
K: 0%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(215, 254, 124)
rgba(215, 254, 124, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #D7FE7C?
#D7FE7C is Sulu, a neutral light color with RGB values of 215, 254, 124. It has a hue of 78°, 98% saturation, and 74% lightness in the HSL color space.
What is the RGB value of #D7FE7C?
The RGB color code for #D7FE7C is rgb(215, 254, 124). This means it contains 215 red, 254 green, and 124 blue in the RGB color model.
Is Sulu a warm or cool color?
Sulu (#D7FE7C) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #D7FE7C in CSS?
You can use #D7FE7C in CSS with: background-color: #D7FE7C; or color: #D7FE7C; or as an RGB value: rgb(215, 254, 124). For print design, use CMYK: 15%, 0%, 51%, 0%.