#cba7fe
a light, electric violet · warm · closest name: plum
RGB
203, 167, 254
HSL
265°, 98%, 83%
CMYK
20, 34, 0, 0
Luminance
0.4749
Every format
| HEX | #cba7fe |
| RGB | rgb(203, 167, 254) |
| HSL | hsl(265, 98%, 83%) |
| CMYK | cmyk(20%, 34%, 0%, 0%) |
| LAB | lab(74.5 29.9 -38.3) |
| LCH | lch(74.5 48.6 308.0) |
| OKLCH | oklch(0.792 0.126 302.6) |
Copy-ready code
/* CSS */
color: #cba7fe;
background-color: #cba7fe;
/* Tailwind (arbitrary) */
class="text-[#cba7fe] bg-[#cba7fe]"
/* SCSS */
$brand: #cba7fe;
/* SwiftUI */
Color(red: 0.796, green: 0.655, blue: 0.996)
/* Android */
Color.parseColor("#cba7fe")Accessibility — WCAG contrast
Aa
#cba7fe on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba7fe on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.5%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta34.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cba7fe text on a black background
contrast 10.50:1
Card sample
#cba7fe text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba7fe;
Background color
Panel with #cba7fe background
background-color: #cba7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 167, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 167, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba7fe; background: linear-gradient(135deg, #cba7fe, #FEA7F7);