#cadefb
a pale, electric blue · cool · closest name: lavender
RGB
202, 222, 251
HSL
216°, 86%, 89%
CMYK
20, 12, 0, 2
Luminance
0.7176
Every format
| HEX | #cadefb |
| RGB | rgb(202, 222, 251) |
| HSL | hsl(216, 86%, 89%) |
| CMYK | cmyk(20%, 12%, 0%, 2%) |
| LAB | lab(87.8 -0.7 -16.3) |
| LCH | lch(87.8 16.3 267.5) |
| OKLCH | oklch(0.895 0.045 257.6) |
Copy-ready code
/* CSS */
color: #cadefb;
background-color: #cadefb;
/* Tailwind (arbitrary) */
class="text-[#cadefb] bg-[#cadefb]"
/* SCSS */
$brand: #cadefb;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.984)
/* Android */
Color.parseColor("#cadefb")Accessibility — WCAG contrast
Aa
#cadefb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadefb on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue98.4%
CMYK percentages
Cyan19.5%
Magenta11.6%
Yellow0.0%
Key (black)1.6%
Color previews
#cadefb text on a black background
contrast 15.35:1
Card sample
#cadefb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadefb;
Background color
Panel with #cadefb background
background-color: #cadefb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadefb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadefb; background: linear-gradient(135deg, #cadefb, #D7CAFB);