Skip to main content

Sulu

#CAEA71

Sulu is a neutral light color with the hex code #CAEA71. This vibrant hue can be represented as RGB 202, 234, 113 in digital design or CMYK 14%, 0%, 52%, 8% for print applications. Find matching Pantone color.

Sulu color values

HEX
#CAEA71
RGB
202, 234, 113
HSL
76°, 74%, 68%
CMYK
14, 0, 52, 8

About this color

Sulu sits at 76° on the color wheel with 74% saturation and 68% lightness, placing it in the yellow segment of the spectrum. At 74% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Sulu is rendered as rgb(202, 234, 113), where the green channel leads at 234, 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 14C 0M 52Y 8K. The low-to-moderate black value (8%) means the color's character in print comes primarily from its yellow ink content (52%), with black serving as a supporting shadow tone. 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: #CAEA71;
  --brand-primary-rgb: 202, 234, 113;
}

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

Tailwind Config

colors: {
  brand: '#CAEA71',
}

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

Print Design (CMYK)

C: 14%
M: 0%
Y: 52%
K: 8%

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

RGB for Screens

rgb(202, 234, 113)
rgba(202, 234, 113, 0.8)

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

Frequently asked questions

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