#cad9eb
a pale, vivid blue · cool · closest name: lavender
RGB
202, 217, 235
HSL
213°, 45%, 86%
CMYK
14, 8, 0, 8
Luminance
0.6818
Every format
| HEX | #cad9eb |
| RGB | rgb(202, 217, 235) |
| HSL | hsl(213, 45%, 86%) |
| CMYK | cmyk(14%, 8%, 0%, 8%) |
| LAB | lab(86.1 -1.4 -10.5) |
| LCH | lch(86.1 10.6 262.2) |
| OKLCH | oklch(0.879 0.030 253.0) |
Copy-ready code
/* CSS */
color: #cad9eb;
background-color: #cad9eb;
/* Tailwind (arbitrary) */
class="text-[#cad9eb] bg-[#cad9eb]"
/* SCSS */
$brand: #cad9eb;
/* SwiftUI */
Color(red: 0.792, green: 0.851, blue: 0.922)
/* Android */
Color.parseColor("#cad9eb")Accessibility — WCAG contrast
Aa
#cad9eb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad9eb on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.1%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta7.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cad9eb text on a black background
contrast 14.64:1
Card sample
#cad9eb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad9eb;
Background color
Panel with #cad9eb background
background-color: #cad9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 217, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 217, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad9eb; background: linear-gradient(135deg, #cad9eb, #D1CAEB);