#cba4fe
a light, electric violet · warm · closest name: plum
RGB
203, 164, 254
HSL
266°, 98%, 82%
CMYK
20, 35, 0, 0
Luminance
0.4640
Every format
| HEX | #cba4fe |
| RGB | rgb(203, 164, 254) |
| HSL | hsl(266, 98%, 82%) |
| CMYK | cmyk(20%, 35%, 0%, 0%) |
| LAB | lab(73.8 31.5 -39.4) |
| LCH | lch(73.8 50.5 308.7) |
| OKLCH | oklch(0.787 0.131 303.5) |
Copy-ready code
/* CSS */
color: #cba4fe;
background-color: #cba4fe;
/* Tailwind (arbitrary) */
class="text-[#cba4fe] bg-[#cba4fe]"
/* SCSS */
$brand: #cba4fe;
/* SwiftUI */
Color(red: 0.796, green: 0.643, blue: 0.996)
/* Android */
Color.parseColor("#cba4fe")Accessibility — WCAG contrast
Aa
#cba4fe on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba4fe on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green64.3%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta35.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cba4fe text on a black background
contrast 10.28:1
Card sample
#cba4fe text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba4fe;
Background color
Panel with #cba4fe background
background-color: #cba4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 164, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 164, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba4fe; background: linear-gradient(135deg, #cba4fe, #FEA4F5);