#cba4f0
a light, vivid violet · warm · closest name: plum
RGB
203, 164, 240
HSL
271°, 72%, 79%
CMYK
15, 32, 0, 6
Luminance
0.4554
Every format
| HEX | #cba4f0 |
| RGB | rgb(203, 164, 240) |
| HSL | hsl(271, 72%, 79%) |
| CMYK | cmyk(15%, 32%, 0%, 6%) |
| LAB | lab(73.3 28.5 -32.7) |
| LCH | lch(73.3 43.4 311.1) |
| OKLCH | oklch(0.781 0.113 307.4) |
Copy-ready code
/* CSS */
color: #cba4f0;
background-color: #cba4f0;
/* Tailwind (arbitrary) */
class="text-[#cba4f0] bg-[#cba4f0]"
/* SCSS */
$brand: #cba4f0;
/* SwiftUI */
Color(red: 0.796, green: 0.643, blue: 0.941)
/* Android */
Color.parseColor("#cba4f0")Accessibility — WCAG contrast
Aa
#cba4f0 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba4f0 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green64.3%
Blue94.1%
CMYK percentages
Cyan15.4%
Magenta31.7%
Yellow0.0%
Key (black)5.9%
Color previews
#cba4f0 text on a black background
contrast 10.11:1
Card sample
#cba4f0 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba4f0;
Background color
Panel with #cba4f0 background
background-color: #cba4f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba4f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 164, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 164, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba4f0; background: linear-gradient(135deg, #cba4f0, #F0A4E2);