#cadefe
a pale, electric blue · cool · closest name: lavender
RGB
202, 222, 254
HSL
217°, 96%, 89%
CMYK
21, 13, 0, 0
Luminance
0.7195
Every format
| HEX | #cadefe |
| RGB | rgb(202, 222, 254) |
| HSL | hsl(217, 96%, 89%) |
| CMYK | cmyk(21%, 13%, 0%, 0%) |
| LAB | lab(88.0 -0.1 -17.8) |
| LCH | lch(88.0 17.8 269.8) |
| OKLCH | oklch(0.896 0.049 259.8) |
Copy-ready code
/* CSS */
color: #cadefe;
background-color: #cadefe;
/* Tailwind (arbitrary) */
class="text-[#cadefe] bg-[#cadefe]"
/* SCSS */
$brand: #cadefe;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.996)
/* Android */
Color.parseColor("#cadefe")Accessibility — WCAG contrast
Aa
#cadefe on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadefe on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue99.6%
CMYK percentages
Cyan20.5%
Magenta12.6%
Yellow0.0%
Key (black)0.4%
Color previews
#cadefe text on a black background
contrast 15.39:1
Card sample
#cadefe text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadefe;
Background color
Panel with #cadefe background
background-color: #cadefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadefe; background: linear-gradient(135deg, #cadefe, #D9CAFE);