#CADEC0 Color Information

Hex color code: #CADEC0

#CADEC0 is a light green color. In RGB it is (202, 222, 192), and in HSL it is (100°, 31%, 81%). It is commonly used in modern UI design.

Try:
Color NameSilver
HEX
#CADEC0
RGB
202, 222, 192
HSL
100°, 31%, 81%
CMYK
9%, 0%, 14%, 13%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CADEC0; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

202, 222, 192

Red: 202 / Green: 222 / Blue: 192

HSL

100°, 31%, 81%

Hue: 100° / Saturation: 31% / Lightness: 81%

CMYK

9%, 0%, 14%, 13%

Cyan: 9% / Magenta: 0% / Yellow: 14% / Key: 13%

What color is #CADEC0?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CADEC0 to RGB:

rgb(202, 222, 192)HEX to RGB Converter →

HEX to HSL

Convert #CADEC0 to HSL:

hsl(100, 31%, 81%)RGB to HSL Converter →

HEX to CMYK

Convert #CADEC0 to CMYK:

cmyk(9%, 0%, 14%, 13%)Color Converter →

Color Meaning and Usage

#CADEC0 is a light green color with RGB values of 202, 222, 192 and HSL of 100°, 31%, 81%. 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 #CADEC0 is #D4C0DE, creating high-contrast pairings. For softer combinations, try analogous colors like #D9DEC0.

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

Contrast with #CADEC0

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CADEC0?

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

What is the RGB value of #CADEC0?

#CADEC0 in RGB is (202, 222, 192) - 202 red, 222 green, and 192 blue.

How to use #CADEC0 in CSS?

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

What colors go well with #CADEC0?

#D4C0DE (complementary), #D9DEC0 (analogous), and #9FC38D (lighter shade) work well with #CADEC0.