#CACEBE Color Information

Hex color code: #CACEBE

A light green shade, #CACEBE appears as (202, 206, 190) in RGB and (75°, 14%, 78%) in HSL. It is commonly used in modern UI design.

Try:
Color NameSilver
HEX
#CACEBE
RGB
202, 206, 190
HSL
75°, 14%, 78%
CMYK
2%, 0%, 8%, 19%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CACEBE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

202, 206, 190

Red: 202 / Green: 206 / Blue: 190

HSL

75°, 14%, 78%

Hue: 75° / Saturation: 14% / Lightness: 78%

CMYK

2%, 0%, 8%, 19%

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

What color is #CACEBE?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CACEBE to RGB:

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

HEX to HSL

Convert #CACEBE to HSL:

hsl(75, 14%, 78%)RGB to HSL Converter →

HEX to CMYK

Convert #CACEBE to CMYK:

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

Color Meaning and Usage

A airy green tone, #CACEBE has RGB (202, 206, 190) and HSL (75°, 14%, 78%). Known for evoking balance and subtlety, this desaturated neutral is commonly used in modern UI design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CACEBE is #C3BFCF, creating high-contrast pairings. For softer combinations, try analogous colors like #CFCBBF.

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

Contrast with #CACEBE

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CACEBE?

#CACEBE is a airy green color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #CACEBE?

#CACEBE in RGB is (202, 206, 190) - 202 red, 206 green, and 190 blue.

How to use #CACEBE in CSS?

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

What colors go well with #CACEBE?

#C3BFCF (complementary), #CFCBBF (analogous), and #A7AE93 (lighter shade) work well with #CACEBE.