#EFF6CC Color Information

Hex color code: #EFF6CC

A light yellow shade, #EFF6CC appears as (239, 246, 204) in RGB and (70°, 70%, 88%) in HSL. It is frequently seen in web interfaces.

Try:
Color NameLight Goldenrod Yellow
HEX
#EFF6CC
RGB
239, 246, 204
HSL
70°, 70%, 88%
CMYK
3%, 0%, 17%, 4%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #EFF6CC; 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 #EFF6CC; background-color: #EFF6CC15; }

Alert / Toast

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

Link / Accent

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

a { color: #EFF6CC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

239, 246, 204

Red: 239 / Green: 246 / Blue: 204

HSL

70°, 70%, 88%

Hue: 70° / Saturation: 70% / Lightness: 88%

CMYK

3%, 0%, 17%, 4%

Cyan: 3% / Magenta: 0% / Yellow: 17% / Key: 4%

What color is #EFF6CC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EFF6CC to RGB:

rgb(239, 246, 204)HEX to RGB Converter →

HEX to HSL

Convert #EFF6CC to HSL:

hsl(70, 70%, 88%)RGB to HSL Converter →

HEX to CMYK

Convert #EFF6CC to CMYK:

cmyk(3%, 0%, 17%, 4%)Color Converter →

Color Meaning and Usage

A soft yellow tone, #EFF6CC has RGB (239, 246, 204) and HSL (70°, 70%, 88%). Known for evoking purity and simplicity, this very light tint is commonly used in modern UI design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EFF6CC is #D2CBF6, creating high-contrast pairings. For softer combinations, try analogous colors like #F6E8CB.

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

Contrast with #EFF6CC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EFF6CC?

#EFF6CC is a soft yellow color - a very light tint that evokes purity and simplicity.

What is the RGB value of #EFF6CC?

#EFF6CC in RGB is (239, 246, 204) - 239 red, 246 green, and 204 blue.

How to use #EFF6CC in CSS?

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

What colors go well with #EFF6CC?

#D2CBF6 (complementary), #F6E8CB (analogous), and #DAEA8A (lighter shade) work well with #EFF6CC.