#cabef1
a light, vivid blue · warm · closest name: plum
RGB
202, 190, 241
HSL
254°, 65%, 85%
CMYK
16, 21, 0, 6
Luminance
0.5573
Every format
| HEX | #cabef1 |
| RGB | rgb(202, 190, 241) |
| HSL | hsl(254, 65%, 85%) |
| CMYK | cmyk(16%, 21%, 0%, 6%) |
| LAB | lab(79.5 14.2 -23.7) |
| LCH | lch(79.5 27.6 300.9) |
| OKLCH | oklch(0.828 0.072 295.6) |
Copy-ready code
/* CSS */
color: #cabef1;
background-color: #cabef1;
/* Tailwind (arbitrary) */
class="text-[#cabef1] bg-[#cabef1]"
/* SCSS */
$brand: #cabef1;
/* SwiftUI */
Color(red: 0.792, green: 0.745, blue: 0.945)
/* Android */
Color.parseColor("#cabef1")Accessibility — WCAG contrast
Aa
#cabef1 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabef1 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.5%
Blue94.5%
CMYK percentages
Cyan16.2%
Magenta21.2%
Yellow0.0%
Key (black)5.5%
Color previews
#cabef1 text on a black background
contrast 12.15:1
Card sample
#cabef1 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabef1;
Background color
Panel with #cabef1 background
background-color: #cabef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 190, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 190, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabef1; background: linear-gradient(135deg, #cabef1, #ECBEF1);