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