#cbacf6
a light, electric violet · warm · closest name: plum
RGB
203, 172, 246
HSL
265°, 80%, 82%
CMYK
18, 30, 0, 4
Luminance
0.4886
Every format
| HEX | #cbacf6 |
| RGB | rgb(203, 172, 246) |
| HSL | hsl(265, 80%, 82%) |
| CMYK | cmyk(18%, 30%, 0%, 4%) |
| LAB | lab(75.4 25.4 -32.7) |
| LCH | lch(75.4 41.4 307.9) |
| OKLCH | oklch(0.797 0.107 303.2) |
Copy-ready code
/* CSS */
color: #cbacf6;
background-color: #cbacf6;
/* Tailwind (arbitrary) */
class="text-[#cbacf6] bg-[#cbacf6]"
/* SCSS */
$brand: #cbacf6;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#cbacf6")Accessibility — WCAG contrast
Aa
#cbacf6 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbacf6 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue96.5%
CMYK percentages
Cyan17.5%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#cbacf6 text on a black background
contrast 10.77:1
Card sample
#cbacf6 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbacf6;
Background color
Panel with #cbacf6 background
background-color: #cbacf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbacf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbacf6; background: linear-gradient(135deg, #cbacf6, #F6ACF0);