#EBFAC2 Color Information

Hex color code: #EBFAC2

The hex color #EBFAC2 is a light green with RGB values of (235, 250, 194) and HSL of (76°, 85%, 87%). It is commonly used in modern UI design.

Try:
Color NameLight Goldenrod Yellow
HEX
#EBFAC2
RGB
235, 250, 194
HSL
76°, 85%, 87%
CMYK
6%, 0%, 22%, 2%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #EBFAC2; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

235, 250, 194

Red: 235 / Green: 250 / Blue: 194

HSL

76°, 85%, 87%

Hue: 76° / Saturation: 85% / Lightness: 87%

CMYK

6%, 0%, 22%, 2%

Cyan: 6% / Magenta: 0% / Yellow: 22% / Key: 2%

What color is #EBFAC2?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EBFAC2 to RGB:

rgb(235, 250, 194)HEX to RGB Converter →

HEX to HSL

Convert #EBFAC2 to HSL:

hsl(76, 85%, 87%)RGB to HSL Converter →

HEX to CMYK

Convert #EBFAC2 to CMYK:

cmyk(6%, 0%, 22%, 2%)Color Converter →

Color Meaning and Usage

#EBFAC2 is a soft green color with RGB values of 235, 250, 194 and HSL of 76°, 85%, 87%. This very light tint evokes purity and simplicity, making it suitable for frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EBFAC2 is #D1C2FA, creating high-contrast pairings. For softer combinations, try analogous colors like #FAEDC2.

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

Contrast with #EBFAC2

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EBFAC2?

#EBFAC2 is a soft green color - a very light tint that evokes purity and simplicity.

What is the RGB value of #EBFAC2?

#EBFAC2 in RGB is (235, 250, 194) - 235 red, 250 green, and 194 blue.

How to use #EBFAC2 in CSS?

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

What colors go well with #EBFAC2?

#D1C2FA (complementary), #FAEDC2 (analogous), and #D4F47B (lighter shade) work well with #EBFAC2.