#cad3eb
a pale, vivid blue · cool · closest name: lavender
RGB
202, 211, 235
HSL
224°, 45%, 86%
CMYK
14, 10, 0, 8
Luminance
0.6514
Every format
| HEX | #cad3eb |
| RGB | rgb(202, 211, 235) |
| HSL | hsl(224, 45%, 86%) |
| CMYK | cmyk(14%, 10%, 0%, 8%) |
| LAB | lab(84.6 1.7 -12.8) |
| LCH | lch(84.6 12.9 277.5) |
| OKLCH | oklch(0.867 0.035 269.3) |
Copy-ready code
/* CSS */
color: #cad3eb;
background-color: #cad3eb;
/* Tailwind (arbitrary) */
class="text-[#cad3eb] bg-[#cad3eb]"
/* SCSS */
$brand: #cad3eb;
/* SwiftUI */
Color(red: 0.792, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#cad3eb")Accessibility — WCAG contrast
Aa
#cad3eb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad3eb on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green82.7%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta10.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cad3eb text on a black background
contrast 14.03:1
Card sample
#cad3eb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad3eb;
Background color
Panel with #cad3eb background
background-color: #cad3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad3eb; background: linear-gradient(135deg, #cad3eb, #D7CAEB);