#cbacf2
a light, vivid violet · warm · closest name: plum
RGB
203, 172, 242
HSL
267°, 73%, 81%
CMYK
16, 29, 0, 5
Luminance
0.4861
Every format
| HEX | #cbacf2 |
| RGB | rgb(203, 172, 242) |
| HSL | hsl(267, 73%, 81%) |
| CMYK | cmyk(16%, 29%, 0%, 5%) |
| LAB | lab(75.2 24.5 -30.8) |
| LCH | lch(75.2 39.3 308.6) |
| OKLCH | oklch(0.796 0.102 304.4) |
Copy-ready code
/* CSS */
color: #cbacf2;
background-color: #cbacf2;
/* Tailwind (arbitrary) */
class="text-[#cbacf2] bg-[#cbacf2]"
/* SCSS */
$brand: #cbacf2;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#cbacf2")Accessibility — WCAG contrast
Aa
#cbacf2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbacf2 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#cbacf2 text on a black background
contrast 10.72:1
Card sample
#cbacf2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbacf2;
Background color
Panel with #cbacf2 background
background-color: #cbacf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbacf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbacf2; background: linear-gradient(135deg, #cbacf2, #F2ACEA);