#cba9db
a light, soft violet · warm · closest name: plum
RGB
203, 169, 219
HSL
281°, 41%, 76%
CMYK
7, 23, 0, 14
Luminance
0.4619
Every format
| HEX | #cba9db |
| RGB | rgb(203, 169, 219) |
| HSL | hsl(281, 41%, 76%) |
| CMYK | cmyk(7%, 23%, 0%, 14%) |
| LAB | lab(73.7 21.4 -20.6) |
| LCH | lch(73.7 29.7 316.1) |
| OKLCH | oklch(0.781 0.079 314.9) |
Copy-ready code
/* CSS */
color: #cba9db;
background-color: #cba9db;
/* Tailwind (arbitrary) */
class="text-[#cba9db] bg-[#cba9db]"
/* SCSS */
$brand: #cba9db;
/* SwiftUI */
Color(red: 0.796, green: 0.663, blue: 0.859)
/* Android */
Color.parseColor("#cba9db")Accessibility — WCAG contrast
Aa
#cba9db on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba9db on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green66.3%
Blue85.9%
CMYK percentages
Cyan7.3%
Magenta22.8%
Yellow0.0%
Key (black)14.1%
Color previews
#cba9db text on a black background
contrast 10.24:1
Card sample
#cba9db text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba9db;
Background color
Panel with #cba9db background
background-color: #cba9db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba9db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 169, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 169, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba9db; background: linear-gradient(135deg, #cba9db, #DBA9CA);