#cba0f3
a light, electric violet · warm · closest name: plum
RGB
203, 160, 243
HSL
271°, 78%, 79%
CMYK
17, 34, 0, 5
Luminance
0.4431
Every format
| HEX | #cba0f3 |
| RGB | rgb(203, 160, 243) |
| HSL | hsl(271, 78%, 79%) |
| CMYK | cmyk(17%, 34%, 0%, 5%) |
| LAB | lab(72.4 31.3 -35.6) |
| LCH | lch(72.4 47.4 311.4) |
| OKLCH | oklch(0.775 0.124 307.5) |
Copy-ready code
/* CSS */
color: #cba0f3;
background-color: #cba0f3;
/* Tailwind (arbitrary) */
class="text-[#cba0f3] bg-[#cba0f3]"
/* SCSS */
$brand: #cba0f3;
/* SwiftUI */
Color(red: 0.796, green: 0.627, blue: 0.953)
/* Android */
Color.parseColor("#cba0f3")Accessibility — WCAG contrast
Aa
#cba0f3 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba0f3 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.7%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta34.2%
Yellow0.0%
Key (black)4.7%
Color previews
#cba0f3 text on a black background
contrast 9.86:1
Card sample
#cba0f3 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba0f3;
Background color
Panel with #cba0f3 background
background-color: #cba0f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba0f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 160, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 160, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba0f3; background: linear-gradient(135deg, #cba0f3, #F3A0E4);