#CABFDF Color Information

Hex color code: #CABFDF

A light purple shade, #CABFDF appears as (202, 191, 223) in RGB and (261°, 33%, 81%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLight Steel Blue
HEX
#CABFDF
RGB
202, 191, 223
HSL
261°, 33%, 81%
CMYK
9%, 14%, 0%, 13%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CABFDF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

202, 191, 223

Red: 202 / Green: 191 / Blue: 223

HSL

261°, 33%, 81%

Hue: 261° / Saturation: 33% / Lightness: 81%

CMYK

9%, 14%, 0%, 13%

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

What color is #CABFDF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CABFDF to RGB:

rgb(202, 191, 223)HEX to RGB Converter →

HEX to HSL

Convert #CABFDF to HSL:

hsl(261, 33%, 81%)RGB to HSL Converter →

HEX to CMYK

Convert #CABFDF to CMYK:

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

Color Meaning and Usage

#CABFDF is a delicate purple color with RGB values of 202, 191, 223 and HSL of 261°, 33%, 81%. This very light tint evokes purity and simplicity, making it suitable for popular for illustrations and friendly visual themes. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CABFDF is #D3DFBF, creating high-contrast pairings. For softer combinations, try analogous colors like #BFC3DF.

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

Contrast with #CABFDF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CABFDF?

#CABFDF is a delicate purple color - a very light tint that evokes purity and simplicity.

What is the RGB value of #CABFDF?

#CABFDF in RGB is (202, 191, 223) - 202 red, 191 green, and 223 blue.

How to use #CABFDF in CSS?

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

What colors go well with #CABFDF?

#D3DFBF (complementary), #BFC3DF (analogous), and #A08CC5 (lighter shade) work well with #CABFDF.