#cba0fc
a light, electric violet · warm · closest name: plum
RGB
203, 160, 252
HSL
268°, 94%, 81%
CMYK
19, 37, 0, 1
Luminance
0.4487
Every format
| HEX | #cba0fc |
| RGB | rgb(203, 160, 252) |
| HSL | hsl(268, 94%, 81%) |
| CMYK | cmyk(19%, 37%, 0%, 1%) |
| LAB | lab(72.8 33.3 -39.9) |
| LCH | lch(72.8 52.0 309.8) |
| OKLCH | oklch(0.779 0.135 305.0) |
Copy-ready code
/* CSS */
color: #cba0fc;
background-color: #cba0fc;
/* Tailwind (arbitrary) */
class="text-[#cba0fc] bg-[#cba0fc]"
/* SCSS */
$brand: #cba0fc;
/* SwiftUI */
Color(red: 0.796, green: 0.627, blue: 0.988)
/* Android */
Color.parseColor("#cba0fc")Accessibility — WCAG contrast
Aa
#cba0fc on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba0fc on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.7%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta36.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cba0fc text on a black background
contrast 9.97:1
Card sample
#cba0fc text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba0fc;
Background color
Panel with #cba0fc background
background-color: #cba0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 160, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 160, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba0fc; background: linear-gradient(135deg, #cba0fc, #FCA0F0);