#cad4ef
a pale, vivid blue · cool · closest name: lavender
RGB
202, 212, 239
HSL
224°, 54%, 87%
CMYK
16, 11, 0, 6
Luminance
0.6588
Every format
| HEX | #cad4ef |
| RGB | rgb(202, 212, 239) |
| HSL | hsl(224, 54%, 87%) |
| CMYK | cmyk(16%, 11%, 0%, 6%) |
| LAB | lab(84.9 2.0 -14.4) |
| LCH | lch(84.9 14.5 277.9) |
| OKLCH | oklch(0.871 0.039 269.4) |
Copy-ready code
/* CSS */
color: #cad4ef;
background-color: #cad4ef;
/* Tailwind (arbitrary) */
class="text-[#cad4ef] bg-[#cad4ef]"
/* SCSS */
$brand: #cad4ef;
/* SwiftUI */
Color(red: 0.792, green: 0.831, blue: 0.937)
/* Android */
Color.parseColor("#cad4ef")Accessibility — WCAG contrast
Aa
#cad4ef on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad4ef on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green83.1%
Blue93.7%
CMYK percentages
Cyan15.5%
Magenta11.3%
Yellow0.0%
Key (black)6.3%
Color previews
#cad4ef text on a black background
contrast 14.18:1
Card sample
#cad4ef text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad4ef;
Background color
Panel with #cad4ef background
background-color: #cad4ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad4ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 212, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 212, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad4ef; background: linear-gradient(135deg, #cad4ef, #D9CAEF);