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