#cba6df
a light, vivid violet · warm · closest name: plum
RGB
203, 166, 223
HSL
279°, 47%, 76%
CMYK
9, 26, 0, 13
Luminance
0.4530
Every format
| HEX | #cba6df |
| RGB | rgb(203, 166, 223) |
| HSL | hsl(279, 47%, 76%) |
| CMYK | cmyk(9%, 26%, 0%, 13%) |
| LAB | lab(73.1 23.8 -23.7) |
| LCH | lch(73.1 33.6 315.2) |
| OKLCH | oklch(0.777 0.089 313.5) |
Copy-ready code
/* CSS */
color: #cba6df;
background-color: #cba6df;
/* Tailwind (arbitrary) */
class="text-[#cba6df] bg-[#cba6df]"
/* SCSS */
$brand: #cba6df;
/* SwiftUI */
Color(red: 0.796, green: 0.651, blue: 0.875)
/* Android */
Color.parseColor("#cba6df")Accessibility — WCAG contrast
Aa
#cba6df on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba6df on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.1%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta25.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cba6df text on a black background
contrast 10.06:1
Card sample
#cba6df text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba6df;
Background color
Panel with #cba6df background
background-color: #cba6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 166, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 166, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba6df; background: linear-gradient(135deg, #cba6df, #DFA6CD);