#cad5eb
a pale, vivid blue · cool · closest name: lavender
RGB
202, 213, 235
HSL
220°, 45%, 86%
CMYK
14, 9, 0, 8
Luminance
0.6614
Every format
| HEX | #cad5eb |
| RGB | rgb(202, 213, 235) |
| HSL | hsl(220, 45%, 86%) |
| CMYK | cmyk(14%, 9%, 0%, 8%) |
| LAB | lab(85.1 0.6 -12.1) |
| LCH | lch(85.1 12.1 273.0) |
| OKLCH | oklch(0.871 0.033 264.4) |
Copy-ready code
/* CSS */
color: #cad5eb;
background-color: #cad5eb;
/* Tailwind (arbitrary) */
class="text-[#cad5eb] bg-[#cad5eb]"
/* SCSS */
$brand: #cad5eb;
/* SwiftUI */
Color(red: 0.792, green: 0.835, blue: 0.922)
/* Android */
Color.parseColor("#cad5eb")Accessibility — WCAG contrast
Aa
#cad5eb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad5eb on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green83.5%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta9.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cad5eb text on a black background
contrast 14.23:1
Card sample
#cad5eb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad5eb;
Background color
Panel with #cad5eb background
background-color: #cad5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 213, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 213, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad5eb; background: linear-gradient(135deg, #cad5eb, #D5CAEB);