#cba2db
a light, soft violet · warm · closest name: plum
RGB
203, 162, 219
HSL
283°, 44%, 75%
CMYK
7, 26, 0, 14
Luminance
0.4365
Every format
| HEX | #cba2db |
| RGB | rgb(203, 162, 219) |
| HSL | hsl(283, 44%, 75%) |
| CMYK | cmyk(7%, 26%, 0%, 14%) |
| LAB | lab(72.0 25.2 -23.1) |
| LCH | lch(72.0 34.2 317.5) |
| OKLCH | oklch(0.768 0.091 316.4) |
Copy-ready code
/* CSS */
color: #cba2db;
background-color: #cba2db;
/* Tailwind (arbitrary) */
class="text-[#cba2db] bg-[#cba2db]"
/* SCSS */
$brand: #cba2db;
/* SwiftUI */
Color(red: 0.796, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#cba2db")Accessibility — WCAG contrast
Aa
#cba2db on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba2db on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.5%
Blue85.9%
CMYK percentages
Cyan7.3%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#cba2db text on a black background
contrast 9.73:1
Card sample
#cba2db text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba2db;
Background color
Panel with #cba2db background
background-color: #cba2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba2db; background: linear-gradient(135deg, #cba2db, #DBA2C5);