#cad5f7
a pale, vivid blue · warm · closest name: lavender
RGB
202, 213, 247
HSL
225°, 74%, 88%
CMYK
18, 14, 0, 3
Luminance
0.6686
Every format
| HEX | #cad5f7 |
| RGB | rgb(202, 213, 247) |
| HSL | hsl(225, 74%, 88%) |
| CMYK | cmyk(18%, 14%, 0%, 3%) |
| LAB | lab(85.4 3.2 -17.9) |
| LCH | lch(85.4 18.1 280.0) |
| OKLCH | oklch(0.875 0.049 271.2) |
Copy-ready code
/* CSS */
color: #cad5f7;
background-color: #cad5f7;
/* Tailwind (arbitrary) */
class="text-[#cad5f7] bg-[#cad5f7]"
/* SCSS */
$brand: #cad5f7;
/* SwiftUI */
Color(red: 0.792, green: 0.835, blue: 0.969)
/* Android */
Color.parseColor("#cad5f7")Accessibility — WCAG contrast
Aa
#cad5f7 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad5f7 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green83.5%
Blue96.9%
CMYK percentages
Cyan18.2%
Magenta13.8%
Yellow0.0%
Key (black)3.1%
Color previews
#cad5f7 text on a black background
contrast 14.37:1
Card sample
#cad5f7 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad5f7;
Background color
Panel with #cad5f7 background
background-color: #cad5f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad5f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 213, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 213, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad5f7; background: linear-gradient(135deg, #cad5f7, #DDCAF7);