#CDEDC5 Color Information

Hex color code: #CDEDC5

#CDEDC5 is a light green color. In RGB it is (205, 237, 197), and in HSL it is (108°, 53%, 85%). It is commonly used in modern UI design.

Try:
Color NamePowder Blue
HEX
#CDEDC5
RGB
205, 237, 197
HSL
108°, 53%, 85%
CMYK
14%, 0%, 17%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CDEDC5; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

205, 237, 197

Red: 205 / Green: 237 / Blue: 197

HSL

108°, 53%, 85%

Hue: 108° / Saturation: 53% / Lightness: 85%

CMYK

14%, 0%, 17%, 7%

Cyan: 14% / Magenta: 0% / Yellow: 17% / Key: 7%

What color is #CDEDC5?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CDEDC5 to RGB:

rgb(205, 237, 197)HEX to RGB Converter →

HEX to HSL

Convert #CDEDC5 to HSL:

hsl(108, 53%, 85%)RGB to HSL Converter →

HEX to CMYK

Convert #CDEDC5 to CMYK:

cmyk(14%, 0%, 17%, 7%)Color Converter →

Color Meaning and Usage

#CDEDC5 is a ethereal green color with RGB values of 205, 237, 197 and HSL of 108°, 53%, 85%. This very light tint evokes purity and simplicity, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CDEDC5 is #E5C4ED, creating high-contrast pairings. For softer combinations, try analogous colors like #E1EDC4.

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

Contrast with #CDEDC5

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CDEDC5?

#CDEDC5 is a ethereal green color - a very light tint that evokes purity and simplicity.

What is the RGB value of #CDEDC5?

#CDEDC5 in RGB is (205, 237, 197) - 205 red, 237 green, and 197 blue.

How to use #CDEDC5 in CSS?

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

What colors go well with #CDEDC5?

#E5C4ED (complementary), #E1EDC4 (analogous), and #9ADB8A (lighter shade) work well with #CDEDC5.