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