#cba2f0
a light, vivid violet · warm · closest name: plum
RGB
203, 162, 240
HSL
272°, 72%, 79%
CMYK
15, 33, 0, 6
Luminance
0.4483
Every format
| HEX | #cba2f0 |
| RGB | rgb(203, 162, 240) |
| HSL | hsl(272, 72%, 79%) |
| CMYK | cmyk(15%, 33%, 0%, 6%) |
| LAB | lab(72.8 29.6 -33.4) |
| LCH | lch(72.8 44.6 311.5) |
| OKLCH | oklch(0.777 0.117 307.9) |
Copy-ready code
/* CSS */
color: #cba2f0;
background-color: #cba2f0;
/* Tailwind (arbitrary) */
class="text-[#cba2f0] bg-[#cba2f0]"
/* SCSS */
$brand: #cba2f0;
/* SwiftUI */
Color(red: 0.796, green: 0.635, blue: 0.941)
/* Android */
Color.parseColor("#cba2f0")Accessibility — WCAG contrast
Aa
#cba2f0 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba2f0 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.5%
Blue94.1%
CMYK percentages
Cyan15.4%
Magenta32.5%
Yellow0.0%
Key (black)5.9%
Color previews
#cba2f0 text on a black background
contrast 9.97:1
Card sample
#cba2f0 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba2f0;
Background color
Panel with #cba2f0 background
background-color: #cba2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 162, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 162, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba2f0; background: linear-gradient(135deg, #cba2f0, #F0A2E1);