#cba7fc
a light, electric violet · warm · closest name: plum
RGB
203, 167, 252
HSL
265°, 93%, 82%
CMYK
19, 34, 0, 1
Luminance
0.4736
Every format
| HEX | #cba7fc |
| RGB | rgb(203, 167, 252) |
| HSL | hsl(265, 93%, 82%) |
| CMYK | cmyk(19%, 34%, 0%, 1%) |
| LAB | lab(74.4 29.5 -37.4) |
| LCH | lch(74.4 47.6 308.2) |
| OKLCH | oklch(0.791 0.123 303.1) |
Copy-ready code
/* CSS */
color: #cba7fc;
background-color: #cba7fc;
/* Tailwind (arbitrary) */
class="text-[#cba7fc] bg-[#cba7fc]"
/* SCSS */
$brand: #cba7fc;
/* SwiftUI */
Color(red: 0.796, green: 0.655, blue: 0.988)
/* Android */
Color.parseColor("#cba7fc")Accessibility — WCAG contrast
Aa
#cba7fc on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba7fc on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.5%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta33.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cba7fc text on a black background
contrast 10.47:1
Card sample
#cba7fc text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba7fc;
Background color
Panel with #cba7fc background
background-color: #cba7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 167, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 167, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba7fc; background: linear-gradient(135deg, #cba7fc, #FCA7F4);