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