#CAD7DA Color Information

Hex color code: #CAD7DA

A light cyan shade, #CAD7DA appears as (202, 215, 218) in RGB and (191°, 18%, 82%) in HSL. It is commonly used in modern UI design.

Try:
Color NamePowder Blue
HEX
#CAD7DA
RGB
202, 215, 218
HSL
191°, 18%, 82%
CMYK
7%, 1%, 0%, 15%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CAD7DA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

202, 215, 218

Red: 202 / Green: 215 / Blue: 218

HSL

191°, 18%, 82%

Hue: 191° / Saturation: 18% / Lightness: 82%

CMYK

7%, 1%, 0%, 15%

Cyan: 7% / Magenta: 1% / Yellow: 0% / Key: 15%

What color is #CAD7DA?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CAD7DA to RGB:

rgb(202, 215, 218)HEX to RGB Converter →

HEX to HSL

Convert #CAD7DA to HSL:

hsl(191, 18%, 82%)RGB to HSL Converter →

HEX to CMYK

Convert #CAD7DA to CMYK:

cmyk(7%, 1%, 0%, 15%)Color Converter →

Color Meaning and Usage

#CAD7DA is a soft cyan color with RGB values of 202, 215, 218 and HSL of 191°, 18%, 82%. 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 #CAD7DA is #D9CCC9, creating high-contrast pairings. For softer combinations, try analogous colors like #C9D9D4.

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

Contrast with #CAD7DA

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CAD7DA?

#CAD7DA is a soft cyan color - a very light tint that evokes purity and simplicity.

What is the RGB value of #CAD7DA?

#CAD7DA in RGB is (202, 215, 218) - 202 red, 215 green, and 218 blue.

How to use #CAD7DA in CSS?

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

What colors go well with #CAD7DA?

#D9CCC9 (complementary), #C9D9D4 (analogous), and #9CB4BA (lighter shade) work well with #CAD7DA.