#cadbfb
a pale, electric blue · cool · closest name: lavender
RGB
202, 219, 251
HSL
219°, 86%, 89%
CMYK
20, 13, 0, 2
Luminance
0.7018
Every format
| HEX | #cadbfb |
| RGB | rgb(202, 219, 251) |
| HSL | hsl(219, 86%, 89%) |
| CMYK | cmyk(20%, 13%, 0%, 2%) |
| LAB | lab(87.1 0.9 -17.5) |
| LCH | lch(87.1 17.5 272.8) |
| OKLCH | oklch(0.889 0.048 263.1) |
Copy-ready code
/* CSS */
color: #cadbfb;
background-color: #cadbfb;
/* Tailwind (arbitrary) */
class="text-[#cadbfb] bg-[#cadbfb]"
/* SCSS */
$brand: #cadbfb;
/* SwiftUI */
Color(red: 0.792, green: 0.859, blue: 0.984)
/* Android */
Color.parseColor("#cadbfb")Accessibility — WCAG contrast
Aa
#cadbfb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadbfb on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.9%
Blue98.4%
CMYK percentages
Cyan19.5%
Magenta12.7%
Yellow0.0%
Key (black)1.6%
Color previews
#cadbfb text on a black background
contrast 15.04:1
Card sample
#cadbfb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadbfb;
Background color
Panel with #cadbfb background
background-color: #cadbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 219, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 219, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadbfb; background: linear-gradient(135deg, #cadbfb, #DACAFB);