#cadbeb
a pale, vivid blue · cool · closest name: lavender
RGB
202, 219, 235
HSL
209°, 45%, 86%
CMYK
14, 7, 0, 8
Luminance
0.6922
Every format
| HEX | #cadbeb |
| RGB | rgb(202, 219, 235) |
| HSL | hsl(209, 45%, 86%) |
| CMYK | cmyk(14%, 7%, 0%, 8%) |
| LAB | lab(86.6 -2.5 -9.8) |
| LCH | lch(86.6 10.1 255.6) |
| OKLCH | oklch(0.884 0.029 246.5) |
Copy-ready code
/* CSS */
color: #cadbeb;
background-color: #cadbeb;
/* Tailwind (arbitrary) */
class="text-[#cadbeb] bg-[#cadbeb]"
/* SCSS */
$brand: #cadbeb;
/* SwiftUI */
Color(red: 0.792, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#cadbeb")Accessibility — WCAG contrast
Aa
#cadbeb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadbeb on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.9%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cadbeb text on a black background
contrast 14.84:1
Card sample
#cadbeb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadbeb;
Background color
Panel with #cadbeb background
background-color: #cadbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadbeb; background: linear-gradient(135deg, #cadbeb, #CFCAEB);