#CACECB Color Information

Hex color code: #CACECB

#CACECB is a ethereal green color. In RGB it is (202, 206, 203), and in HSL it is (135°, 4%, 80%). It is typically applied in digital products.

Try:
Color NameSilver
HEX
#CACECB
RGB
202, 206, 203
HSL
135°, 4%, 80%
CMYK
2%, 0%, 1%, 19%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CACECB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

202, 206, 203

Red: 202 / Green: 206 / Blue: 203

HSL

135°, 4%, 80%

Hue: 135° / Saturation: 4% / Lightness: 80%

CMYK

2%, 0%, 1%, 19%

Cyan: 2% / Magenta: 0% / Yellow: 1% / Key: 19%

What color is #CACECB?

#CACECB is a desaturated neutral associated with balance and subtlety.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CACECB to RGB:

rgb(202, 206, 203)HEX to RGB Converter →

HEX to HSL

Convert #CACECB to HSL:

hsl(135, 4%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #CACECB to CMYK:

cmyk(2%, 0%, 1%, 19%)Color Converter →

Color Meaning and Usage

#CACECB is a light green color with RGB values of 202, 206, 203 and HSL of 135°, 4%, 80%. This desaturated neutral evokes balance and subtlety, making it suitable for a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CACECB is #CECACD, creating high-contrast pairings. For softer combinations, try analogous colors like #CBCECA.

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

Contrast with #CACECB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CACECB?

#CACECB is a light green color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #CACECB?

#CACECB in RGB is (202, 206, 203) - 202 red, 206 green, and 203 blue.

How to use #CACECB in CSS?

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

What colors go well with #CACECB?

#CECACD (complementary), #CBCECA (analogous), and #A2A9A4 (lighter shade) work well with #CACECB.