#cad3fe
a pale, electric blue · warm · closest name: lavender
RGB
202, 211, 254
HSL
230°, 96%, 89%
CMYK
21, 17, 0, 0
Luminance
0.6630
Every format
| HEX | #cad3fe |
| RGB | rgb(202, 211, 254) |
| HSL | hsl(230, 96%, 89%) |
| CMYK | cmyk(21%, 17%, 0%, 0%) |
| LAB | lab(85.2 5.7 -22.0) |
| LCH | lch(85.2 22.7 284.6) |
| OKLCH | oklch(0.874 0.060 275.8) |
Copy-ready code
/* CSS */
color: #cad3fe;
background-color: #cad3fe;
/* Tailwind (arbitrary) */
class="text-[#cad3fe] bg-[#cad3fe]"
/* SCSS */
$brand: #cad3fe;
/* SwiftUI */
Color(red: 0.792, green: 0.827, blue: 0.996)
/* Android */
Color.parseColor("#cad3fe")Accessibility — WCAG contrast
Aa
#cad3fe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad3fe on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green82.7%
Blue99.6%
CMYK percentages
Cyan20.5%
Magenta16.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cad3fe text on a black background
contrast 14.26:1
Card sample
#cad3fe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad3fe;
Background color
Panel with #cad3fe background
background-color: #cad3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 211, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 211, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad3fe; background: linear-gradient(135deg, #cad3fe, #E4CAFE);