#cadbfe
a pale, electric blue · cool · closest name: lavender
RGB
202, 219, 254
HSL
220°, 96%, 89%
CMYK
21, 14, 0, 0
Luminance
0.7038
Every format
| HEX | #cadbfe |
| RGB | rgb(202, 219, 254) |
| HSL | hsl(220, 96%, 89%) |
| CMYK | cmyk(21%, 14%, 0%, 0%) |
| LAB | lab(87.2 1.5 -18.9) |
| LCH | lch(87.2 19.0 274.6) |
| OKLCH | oklch(0.890 0.052 264.8) |
Copy-ready code
/* CSS */
color: #cadbfe;
background-color: #cadbfe;
/* Tailwind (arbitrary) */
class="text-[#cadbfe] bg-[#cadbfe]"
/* SCSS */
$brand: #cadbfe;
/* SwiftUI */
Color(red: 0.792, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#cadbfe")Accessibility — WCAG contrast
Aa
#cadbfe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadbfe on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.9%
Blue99.6%
CMYK percentages
Cyan20.5%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#cadbfe text on a black background
contrast 15.08:1
Card sample
#cadbfe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadbfe;
Background color
Panel with #cadbfe background
background-color: #cadbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadbfe; background: linear-gradient(135deg, #cadbfe, #DCCAFE);