#CABEBA Color Information

Hex color code: #CABEBA

#CABEBA is a light orange color. In RGB it is (202, 190, 186), and in HSL it is (15°, 13%, 76%). It is commonly used in modern UI design.

Try:
Color NameSilver
HEX
#CABEBA
RGB
202, 190, 186
HSL
15°, 13%, 76%
CMYK
0%, 6%, 8%, 21%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CABEBA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

202, 190, 186

Red: 202 / Green: 190 / Blue: 186

HSL

15°, 13%, 76%

Hue: 15° / Saturation: 13% / Lightness: 76%

CMYK

0%, 6%, 8%, 21%

Cyan: 0% / Magenta: 6% / Yellow: 8% / Key: 21%

What color is #CABEBA?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CABEBA to RGB:

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

HEX to HSL

Convert #CABEBA to HSL:

hsl(15, 13%, 76%)RGB to HSL Converter →

HEX to CMYK

Convert #CABEBA to CMYK:

cmyk(0%, 6%, 8%, 21%)Color Converter →

Color Meaning and Usage

#CABEBA is a soft orange color with RGB values of 202, 190, 186 and HSL of 15°, 13%, 76%. This desaturated neutral evokes balance and subtlety, making it suitable for a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CABEBA is #BAC6CA, creating high-contrast pairings. For softer combinations, try analogous colors like #CABABE.

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

Contrast with #CABEBA

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CABEBA?

#CABEBA is a soft orange color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #CABEBA?

#CABEBA in RGB is (202, 190, 186) - 202 red, 190 green, and 186 blue.

How to use #CABEBA in CSS?

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

What colors go well with #CABEBA?

#BAC6CA (complementary), #CABABE (analogous), and #A8958F (lighter shade) work well with #CABEBA.