#CDECB1 Color Information

Hex color code: #CDECB1

#CDECB1 is a light green color. In RGB it is (205, 236, 177), and in HSL it is (92°, 61%, 81%). It is commonly used in modern UI design.

Try:
Color NameWheat
HEX
#CDECB1
RGB
205, 236, 177
HSL
92°, 61%, 81%
CMYK
13%, 0%, 25%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CDECB1; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

205, 236, 177

Red: 205 / Green: 236 / Blue: 177

HSL

92°, 61%, 81%

Hue: 92° / Saturation: 61% / Lightness: 81%

CMYK

13%, 0%, 25%, 7%

Cyan: 13% / Magenta: 0% / Yellow: 25% / Key: 7%

What color is #CDECB1?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CDECB1 to RGB:

rgb(205, 236, 177)HEX to RGB Converter →

HEX to HSL

Convert #CDECB1 to HSL:

hsl(92, 61%, 81%)RGB to HSL Converter →

HEX to CMYK

Convert #CDECB1 to CMYK:

cmyk(13%, 0%, 25%, 7%)Color Converter →

Color Meaning and Usage

#CDECB1 is a delicate green color with RGB values of 205, 236, 177 and HSL of 92°, 61%, 81%. 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 #CDECB1 is #D1B1EC, creating high-contrast pairings. For softer combinations, try analogous colors like #EAECB1.

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

Contrast with #CDECB1

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CDECB1?

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

What is the RGB value of #CDECB1?

#CDECB1 in RGB is (205, 236, 177) - 205 red, 236 green, and 177 blue.

How to use #CDECB1 in CSS?

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

What colors go well with #CDECB1?

#D1B1EC (complementary), #EAECB1 (analogous), and #A5DD73 (lighter shade) work well with #CDECB1.