#cabfee
a light, vivid blue · warm · closest name: lavender
RGB
202, 191, 238
HSL
254°, 58%, 84%
CMYK
15, 20, 0, 7
Luminance
0.5599
Every format
| HEX | #cabfee |
| RGB | rgb(202, 191, 238) |
| HSL | hsl(254, 58%, 84%) |
| CMYK | cmyk(15%, 20%, 0%, 7%) |
| LAB | lab(79.6 13.0 -21.9) |
| LCH | lch(79.6 25.5 300.7) |
| OKLCH | oklch(0.829 0.066 295.7) |
Copy-ready code
/* CSS */
color: #cabfee;
background-color: #cabfee;
/* Tailwind (arbitrary) */
class="text-[#cabfee] bg-[#cabfee]"
/* SCSS */
$brand: #cabfee;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.933)
/* Android */
Color.parseColor("#cabfee")Accessibility — WCAG contrast
Aa
#cabfee on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfee on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue93.3%
CMYK percentages
Cyan15.1%
Magenta19.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cabfee text on a black background
contrast 12.20:1
Card sample
#cabfee text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfee;
Background color
Panel with #cabfee background
background-color: #cabfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfee; background: linear-gradient(135deg, #cabfee, #E9BFEE);