#cad0eb
a pale, vivid blue · warm · closest name: lavender
RGB
202, 208, 235
HSL
229°, 45%, 86%
CMYK
14, 12, 0, 8
Luminance
0.6367
Every format
| HEX | #cad0eb |
| RGB | rgb(202, 208, 235) |
| HSL | hsl(229, 45%, 86%) |
| CMYK | cmyk(14%, 12%, 0%, 8%) |
| LAB | lab(83.8 3.3 -14.0) |
| LCH | lch(83.8 14.3 283.2) |
| OKLCH | oklch(0.861 0.038 275.6) |
Copy-ready code
/* CSS */
color: #cad0eb;
background-color: #cad0eb;
/* Tailwind (arbitrary) */
class="text-[#cad0eb] bg-[#cad0eb]"
/* SCSS */
$brand: #cad0eb;
/* SwiftUI */
Color(red: 0.792, green: 0.816, blue: 0.922)
/* Android */
Color.parseColor("#cad0eb")Accessibility — WCAG contrast
Aa
#cad0eb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad0eb on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.6%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta11.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cad0eb text on a black background
contrast 13.73:1
Card sample
#cad0eb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad0eb;
Background color
Panel with #cad0eb background
background-color: #cad0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 208, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 208, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad0eb; background: linear-gradient(135deg, #cad0eb, #DACAEB);