#EEF1CC Color Information

Hex color code: #EEF1CC

A light yellow shade, #EEF1CC appears as (238, 241, 204) in RGB and (65°, 57%, 87%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLight Goldenrod Yellow
HEX
#EEF1CC
RGB
238, 241, 204
HSL
65°, 57%, 87%
CMYK
1%, 0%, 15%, 5%

Shades

CSS Usage
color: #EEF1CC;
background-color: #EEF1CC;
border-color: #EEF1CC;
box-shadow: 0 0 10px #EEF1CC;
border: 2px solid #EEF1CC;
Tailwind Usage
bg-[#EEF1CC]
text-[#EEF1CC]
border-[#EEF1CC]
shadow-[0_0_10px_EEF1CC]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #EEF1CC, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #EEF1CC; color: #000000; }

Badge

New Feature
.badge { background-color: #EEF1CC; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #EEF1CC; background-color: #EEF1CC15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #EEF1CC20; border-left: 4px solid #EEF1CC; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #EEF1CC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #EEF1CC in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

238, 241, 204

Red: 238 / Green: 241 / Blue: 204

HSL

65°, 57%, 87%

Hue: 65° / Saturation: 57% / Lightness: 87%

CMYK

1%, 0%, 15%, 5%

Cyan: 1% / Magenta: 0% / Yellow: 15% / Key: 5%

What color is #EEF1CC?

#EEF1CC is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EEF1CC to RGB:

rgb(238, 241, 204)HEX to RGB Converter →

HEX to HSL

Convert #EEF1CC to HSL:

hsl(65, 57%, 87%)RGB to HSL Converter →

HEX to CMYK

Convert #EEF1CC to CMYK:

cmyk(1%, 0%, 15%, 5%)Color Converter →

Color Meaning and Usage

A delicate yellow tone, #EEF1CC has RGB (238, 241, 204) and HSL (65°, 57%, 87%). Known for evoking purity and simplicity, this very light tint is a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EEF1CC is #CECBF1, creating high-contrast pairings. For softer combinations, try analogous colors like #F1E1CB.

Use #EEF1CC in CSS: color: #EEF1CC or background-color: #EEF1CC. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #EEF1CC

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 18.09:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EEF1CC?

#EEF1CC is a delicate yellow color - a very light tint that evokes purity and simplicity.

What is the RGB value of #EEF1CC?

#EEF1CC in RGB is (238, 241, 204) - 238 red, 241 green, and 204 blue.

How to use #EEF1CC in CSS?

Use #EEF1CC directly in your CSS properties like color or background-color.

What colors go well with #EEF1CC?

#CECBF1 (complementary), #F1E1CB (analogous), and #DAE08F (lighter shade) work well with #EEF1CC.