#cbacf3
a light, vivid violet · warm · closest name: plum
RGB
203, 172, 243
HSL
266°, 75%, 81%
CMYK
17, 29, 0, 5
Luminance
0.4867
Every format
| HEX | #cbacf3 |
| RGB | rgb(203, 172, 243) |
| HSL | hsl(266, 75%, 81%) |
| CMYK | cmyk(17%, 29%, 0%, 5%) |
| LAB | lab(75.3 24.8 -31.2) |
| LCH | lch(75.3 39.9 308.4) |
| OKLCH | oklch(0.796 0.104 304.1) |
Copy-ready code
/* CSS */
color: #cbacf3;
background-color: #cbacf3;
/* Tailwind (arbitrary) */
class="text-[#cbacf3] bg-[#cbacf3]"
/* SCSS */
$brand: #cbacf3;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.953)
/* Android */
Color.parseColor("#cbacf3")Accessibility — WCAG contrast
Aa
#cbacf3 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbacf3 on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta29.2%
Yellow0.0%
Key (black)4.7%
Color previews
#cbacf3 text on a black background
contrast 10.73:1
Card sample
#cbacf3 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbacf3;
Background color
Panel with #cbacf3 background
background-color: #cbacf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbacf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbacf3; background: linear-gradient(135deg, #cbacf3, #F3ACEC);