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