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