#cad2fe
a pale, electric blue · warm · closest name: lavender
RGB
202, 210, 254
HSL
231°, 96%, 89%
CMYK
21, 17, 0, 0
Luminance
0.6581
Every format
| HEX | #cad2fe |
| RGB | rgb(202, 210, 254) |
| HSL | hsl(231, 96%, 89%) |
| CMYK | cmyk(21%, 17%, 0%, 0%) |
| LAB | lab(84.9 6.3 -22.4) |
| LCH | lch(84.9 23.2 285.7) |
| OKLCH | oklch(0.872 0.061 277.0) |
Copy-ready code
/* CSS */
color: #cad2fe;
background-color: #cad2fe;
/* Tailwind (arbitrary) */
class="text-[#cad2fe] bg-[#cad2fe]"
/* SCSS */
$brand: #cad2fe;
/* SwiftUI */
Color(red: 0.792, green: 0.824, blue: 0.996)
/* Android */
Color.parseColor("#cad2fe")Accessibility — WCAG contrast
Aa
#cad2fe on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad2fe on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green82.4%
Blue99.6%
CMYK percentages
Cyan20.5%
Magenta17.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cad2fe text on a black background
contrast 14.16:1
Card sample
#cad2fe text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad2fe;
Background color
Panel with #cad2fe background
background-color: #cad2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 210, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 210, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad2fe; background: linear-gradient(135deg, #cad2fe, #E5CAFE);