#cad2fc
a pale, electric blue · warm · closest name: lavender
RGB
202, 210, 252
HSL
230°, 89%, 89%
CMYK
20, 17, 0, 1
Luminance
0.6568
Every format
| HEX | #cad2fc |
| RGB | rgb(202, 210, 252) |
| HSL | hsl(230, 89%, 89%) |
| CMYK | cmyk(20%, 17%, 0%, 1%) |
| LAB | lab(84.8 5.8 -21.4) |
| LCH | lch(84.8 22.2 285.2) |
| OKLCH | oklch(0.871 0.059 276.6) |
Copy-ready code
/* CSS */
color: #cad2fc;
background-color: #cad2fc;
/* Tailwind (arbitrary) */
class="text-[#cad2fc] bg-[#cad2fc]"
/* SCSS */
$brand: #cad2fc;
/* SwiftUI */
Color(red: 0.792, green: 0.824, blue: 0.988)
/* Android */
Color.parseColor("#cad2fc")Accessibility — WCAG contrast
Aa
#cad2fc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad2fc on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green82.4%
Blue98.8%
CMYK percentages
Cyan19.8%
Magenta16.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cad2fc text on a black background
contrast 14.14:1
Card sample
#cad2fc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad2fc;
Background color
Panel with #cad2fc background
background-color: #cad2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 210, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 210, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad2fc; background: linear-gradient(135deg, #cad2fc, #E3CAFC);