#cad9da
a light, soft cyan · cool · closest name: silver
RGB
202, 217, 218
HSL
184°, 18%, 82%
CMYK
7, 1, 0, 15
Luminance
0.6724
Every format
| HEX | #cad9da |
| RGB | rgb(202, 217, 218) |
| HSL | hsl(184, 18%, 82%) |
| CMYK | cmyk(7%, 1%, 0%, 15%) |
| LAB | lab(85.6 -4.8 -2.2) |
| LCH | lch(85.6 5.3 204.7) |
| OKLCH | oklch(0.874 0.016 201.7) |
Copy-ready code
/* CSS */
color: #cad9da;
background-color: #cad9da;
/* Tailwind (arbitrary) */
class="text-[#cad9da] bg-[#cad9da]"
/* SCSS */
$brand: #cad9da;
/* SwiftUI */
Color(red: 0.792, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#cad9da")Accessibility — WCAG contrast
Aa
#cad9da on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad9da on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.1%
Blue85.5%
CMYK percentages
Cyan7.3%
Magenta0.5%
Yellow0.0%
Key (black)14.5%
Color previews
#cad9da text on a black background
contrast 14.45:1
Card sample
#cad9da text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad9da;
Background color
Panel with #cad9da background
background-color: #cad9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 217, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 217, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad9da; background: linear-gradient(135deg, #cad9da, #CACEDA);