#cad2eb
a pale, vivid blue · warm · closest name: lavender
RGB
202, 210, 235
HSL
226°, 45%, 86%
CMYK
14, 11, 0, 8
Luminance
0.6465
Every format
| HEX | #cad2eb |
| RGB | rgb(202, 210, 235) |
| HSL | hsl(226, 45%, 86%) |
| CMYK | cmyk(14%, 11%, 0%, 8%) |
| LAB | lab(84.3 2.2 -13.2) |
| LCH | lch(84.3 13.4 279.5) |
| OKLCH | oklch(0.865 0.036 271.5) |
Copy-ready code
/* CSS */
color: #cad2eb;
background-color: #cad2eb;
/* Tailwind (arbitrary) */
class="text-[#cad2eb] bg-[#cad2eb]"
/* SCSS */
$brand: #cad2eb;
/* SwiftUI */
Color(red: 0.792, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#cad2eb")Accessibility — WCAG contrast
Aa
#cad2eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad2eb on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green82.4%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cad2eb text on a black background
contrast 13.93:1
Card sample
#cad2eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad2eb;
Background color
Panel with #cad2eb background
background-color: #cad2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad2eb; background: linear-gradient(135deg, #cad2eb, #D8CAEB);