#cabceb
a light, vivid violet · warm · closest name: plum
RGB
202, 188, 235
HSL
258°, 54%, 83%
CMYK
14, 20, 0, 8
Luminance
0.5452
Every format
| HEX | #cabceb |
| RGB | rgb(202, 188, 235) |
| HSL | hsl(258, 54%, 83%) |
| CMYK | cmyk(14%, 20%, 0%, 8%) |
| LAB | lab(78.8 14.0 -21.6) |
| LCH | lch(78.8 25.7 303.0) |
| OKLCH | oklch(0.822 0.067 298.6) |
Copy-ready code
/* CSS */
color: #cabceb;
background-color: #cabceb;
/* Tailwind (arbitrary) */
class="text-[#cabceb] bg-[#cabceb]"
/* SCSS */
$brand: #cabceb;
/* SwiftUI */
Color(red: 0.792, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#cabceb")Accessibility — WCAG contrast
Aa
#cabceb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabceb on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green73.7%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cabceb text on a black background
contrast 11.90:1
Card sample
#cabceb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabceb;
Background color
Panel with #cabceb background
background-color: #cabceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabceb; background: linear-gradient(135deg, #cabceb, #E9BCEB);