#cba0f5
a light, electric violet · warm · closest name: plum
RGB
203, 160, 245
HSL
270°, 81%, 79%
CMYK
17, 35, 0, 4
Luminance
0.4443
Every format
| HEX | #cba0f5 |
| RGB | rgb(203, 160, 245) |
| HSL | hsl(270, 81%, 79%) |
| CMYK | cmyk(17%, 35%, 0%, 4%) |
| LAB | lab(72.5 31.8 -36.5) |
| LCH | lch(72.5 48.4 311.0) |
| OKLCH | oklch(0.776 0.126 306.9) |
Copy-ready code
/* CSS */
color: #cba0f5;
background-color: #cba0f5;
/* Tailwind (arbitrary) */
class="text-[#cba0f5] bg-[#cba0f5]"
/* SCSS */
$brand: #cba0f5;
/* SwiftUI */
Color(red: 0.796, green: 0.627, blue: 0.961)
/* Android */
Color.parseColor("#cba0f5")Accessibility — WCAG contrast
Aa
#cba0f5 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba0f5 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.7%
Blue96.1%
CMYK percentages
Cyan17.1%
Magenta34.7%
Yellow0.0%
Key (black)3.9%
Color previews
#cba0f5 text on a black background
contrast 9.89:1
Card sample
#cba0f5 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba0f5;
Background color
Panel with #cba0f5 background
background-color: #cba0f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba0f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 160, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 160, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba0f5; background: linear-gradient(135deg, #cba0f5, #F5A0E6);