#cbacea
a light, vivid violet · warm · closest name: plum
RGB
203, 172, 234
HSL
270°, 60%, 80%
CMYK
13, 27, 0, 8
Luminance
0.4814
Every format
| HEX | #cbacea |
| RGB | rgb(203, 172, 234) |
| HSL | hsl(270, 60%, 80%) |
| CMYK | cmyk(13%, 27%, 0%, 8%) |
| LAB | lab(74.9 22.8 -26.9) |
| LCH | lch(74.9 35.3 310.4) |
| OKLCH | oklch(0.793 0.092 307.2) |
Copy-ready code
/* CSS */
color: #cbacea;
background-color: #cbacea;
/* Tailwind (arbitrary) */
class="text-[#cbacea] bg-[#cbacea]"
/* SCSS */
$brand: #cbacea;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.918)
/* Android */
Color.parseColor("#cbacea")Accessibility — WCAG contrast
Aa
#cbacea on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbacea on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue91.8%
CMYK percentages
Cyan13.2%
Magenta26.5%
Yellow0.0%
Key (black)8.2%
Color previews
#cbacea text on a black background
contrast 10.63:1
Card sample
#cbacea text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbacea;
Background color
Panel with #cbacea background
background-color: #cbacea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbacea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbacea; background: linear-gradient(135deg, #cbacea, #EAACE0);