#CDFABB Color Information

Hex color code: #CDFABB

A light green shade, #CDFABB appears as (205, 250, 187) in RGB and (103°, 86%, 86%) in HSL. It is commonly used in modern UI design.

Try:
Color NameWheat
HEX
#CDFABB
RGB
205, 250, 187
HSL
103°, 86%, 86%
CMYK
18%, 0%, 25%, 2%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CDFABB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

205, 250, 187

Red: 205 / Green: 250 / Blue: 187

HSL

103°, 86%, 86%

Hue: 103° / Saturation: 86% / Lightness: 86%

CMYK

18%, 0%, 25%, 2%

Cyan: 18% / Magenta: 0% / Yellow: 25% / Key: 2%

What color is #CDFABB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CDFABB to RGB:

rgb(205, 250, 187)HEX to RGB Converter →

HEX to HSL

Convert #CDFABB to HSL:

hsl(103, 86%, 86%)RGB to HSL Converter →

HEX to CMYK

Convert #CDFABB to CMYK:

cmyk(18%, 0%, 25%, 2%)Color Converter →

Color Meaning and Usage

#CDFABB is a delicate green color with RGB values of 205, 250, 187 and HSL of 103°, 86%, 86%. This very light tint evokes purity and simplicity, making it suitable for a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CDFABB is #E9BDFA, creating high-contrast pairings. For softer combinations, try analogous colors like #EDFABD.

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

Contrast with #CDFABB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CDFABB?

#CDFABB is a delicate green color - a very light tint that evokes purity and simplicity.

What is the RGB value of #CDFABB?

#CDFABB in RGB is (205, 250, 187) - 205 red, 250 green, and 187 blue.

How to use #CDFABB in CSS?

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

What colors go well with #CDFABB?

#E9BDFA (complementary), #EDFABD (analogous), and #99F575 (lighter shade) work well with #CDFABB.