#cba0db
a light, vivid violet · warm · closest name: plum
RGB
203, 160, 219
HSL
284°, 45%, 74%
CMYK
7, 27, 0, 14
Luminance
0.4295
Every format
| HEX | #cba0db |
| RGB | rgb(203, 160, 219) |
| HSL | hsl(284, 45%, 74%) |
| CMYK | cmyk(7%, 27%, 0%, 14%) |
| LAB | lab(71.5 26.3 -23.9) |
| LCH | lch(71.5 35.5 317.8) |
| OKLCH | oklch(0.765 0.095 316.7) |
Copy-ready code
/* CSS */
color: #cba0db;
background-color: #cba0db;
/* Tailwind (arbitrary) */
class="text-[#cba0db] bg-[#cba0db]"
/* SCSS */
$brand: #cba0db;
/* SwiftUI */
Color(red: 0.796, green: 0.627, blue: 0.859)
/* Android */
Color.parseColor("#cba0db")Accessibility — WCAG contrast
Aa
#cba0db on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba0db on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.7%
Blue85.9%
CMYK percentages
Cyan7.3%
Magenta26.9%
Yellow0.0%
Key (black)14.1%
Color previews
#cba0db text on a black background
contrast 9.59:1
Card sample
#cba0db text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba0db;
Background color
Panel with #cba0db background
background-color: #cba0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 160, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 160, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba0db; background: linear-gradient(135deg, #cba0db, #DBA0C4);