#cad0fc
a pale, electric blue · warm · closest name: lavender
RGB
202, 208, 252
HSL
233°, 89%, 89%
CMYK
20, 18, 0, 1
Luminance
0.6470
Every format
| HEX | #cad0fc |
| RGB | rgb(202, 208, 252) |
| HSL | hsl(233, 89%, 89%) |
| CMYK | cmyk(20%, 18%, 0%, 1%) |
| LAB | lab(84.3 6.9 -22.2) |
| LCH | lch(84.3 23.2 287.3) |
| OKLCH | oklch(0.867 0.061 278.9) |
Copy-ready code
/* CSS */
color: #cad0fc;
background-color: #cad0fc;
/* Tailwind (arbitrary) */
class="text-[#cad0fc] bg-[#cad0fc]"
/* SCSS */
$brand: #cad0fc;
/* SwiftUI */
Color(red: 0.792, green: 0.816, blue: 0.988)
/* Android */
Color.parseColor("#cad0fc")Accessibility — WCAG contrast
Aa
#cad0fc on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad0fc on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.6%
Blue98.8%
CMYK percentages
Cyan19.8%
Magenta17.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cad0fc text on a black background
contrast 13.94:1
Card sample
#cad0fc text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad0fc;
Background color
Panel with #cad0fc background
background-color: #cad0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 208, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 208, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad0fc; background: linear-gradient(135deg, #cad0fc, #E5CAFC);