#cabeee
a light, vivid violet · warm · closest name: plum
RGB
202, 190, 238
HSL
255°, 59%, 84%
CMYK
15, 20, 0, 7
Luminance
0.5556
Every format
| HEX | #cabeee |
| RGB | rgb(202, 190, 238) |
| HSL | hsl(255, 59%, 84%) |
| CMYK | cmyk(15%, 20%, 0%, 7%) |
| LAB | lab(79.4 13.6 -22.3) |
| LCH | lch(79.4 26.1 301.3) |
| OKLCH | oklch(0.827 0.068 296.3) |
Copy-ready code
/* CSS */
color: #cabeee;
background-color: #cabeee;
/* Tailwind (arbitrary) */
class="text-[#cabeee] bg-[#cabeee]"
/* SCSS */
$brand: #cabeee;
/* SwiftUI */
Color(red: 0.792, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#cabeee")Accessibility — WCAG contrast
Aa
#cabeee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabeee on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.5%
Blue93.3%
CMYK percentages
Cyan15.1%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#cabeee text on a black background
contrast 12.11:1
Card sample
#cabeee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabeee;
Background color
Panel with #cabeee background
background-color: #cabeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabeee; background: linear-gradient(135deg, #cabeee, #EABEEE);