#cba2df
a light, vivid violet · warm · closest name: plum
RGB
203, 162, 223
HSL
280°, 49%, 76%
CMYK
9, 27, 0, 13
Luminance
0.4386
Every format
| HEX | #cba2df |
| RGB | rgb(203, 162, 223) |
| HSL | hsl(280, 49%, 76%) |
| CMYK | cmyk(9%, 27%, 0%, 13%) |
| LAB | lab(72.1 26.0 -25.1) |
| LCH | lch(72.1 36.2 316.0) |
| OKLCH | oklch(0.770 0.096 314.4) |
Copy-ready code
/* CSS */
color: #cba2df;
background-color: #cba2df;
/* Tailwind (arbitrary) */
class="text-[#cba2df] bg-[#cba2df]"
/* SCSS */
$brand: #cba2df;
/* SwiftUI */
Color(red: 0.796, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#cba2df")Accessibility — WCAG contrast
Aa
#cba2df on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba2df on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.5%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cba2df text on a black background
contrast 9.77:1
Card sample
#cba2df text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba2df;
Background color
Panel with #cba2df background
background-color: #cba2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba2df; background: linear-gradient(135deg, #cba2df, #DFA2CA);