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