#cbacfd
a light, electric violet · warm · closest name: plum
RGB
203, 172, 253
HSL
263°, 95%, 83%
CMYK
20, 32, 0, 1
Luminance
0.4929
Every format
| HEX | #cbacfd |
| RGB | rgb(203, 172, 253) |
| HSL | hsl(263, 95%, 83%) |
| CMYK | cmyk(20%, 32%, 0%, 1%) |
| LAB | lab(75.6 26.9 -36.0) |
| LCH | lch(75.6 45.0 306.8) |
| OKLCH | oklch(0.800 0.117 301.4) |
Copy-ready code
/* CSS */
color: #cbacfd;
background-color: #cbacfd;
/* Tailwind (arbitrary) */
class="text-[#cbacfd] bg-[#cbacfd]"
/* SCSS */
$brand: #cbacfd;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#cbacfd")Accessibility — WCAG contrast
Aa
#cbacfd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbacfd on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cbacfd text on a black background
contrast 10.86:1
Card sample
#cbacfd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbacfd;
Background color
Panel with #cbacfd background
background-color: #cbacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbacfd; background: linear-gradient(135deg, #cbacfd, #FDACF9);