#c9a2db
a light, soft violet · warm · closest name: plum
RGB
201, 162, 219
HSL
281°, 44%, 75%
CMYK
8, 26, 0, 14
Luminance
0.4337
Every format
| HEX | #c9a2db |
| RGB | rgb(201, 162, 219) |
| HSL | hsl(281, 44%, 75%) |
| CMYK | cmyk(8%, 26%, 0%, 14%) |
| LAB | lab(71.8 24.6 -23.5) |
| LCH | lch(71.8 34.0 316.3) |
| OKLCH | oklch(0.767 0.090 315.0) |
Copy-ready code
/* CSS */
color: #c9a2db;
background-color: #c9a2db;
/* Tailwind (arbitrary) */
class="text-[#c9a2db] bg-[#c9a2db]"
/* SCSS */
$brand: #c9a2db;
/* SwiftUI */
Color(red: 0.788, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#c9a2db")Accessibility — WCAG contrast
Aa
#c9a2db on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9a2db on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green63.5%
Blue85.9%
CMYK percentages
Cyan8.2%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#c9a2db text on a black background
contrast 9.67:1
Card sample
#c9a2db text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9a2db;
Background color
Panel with #c9a2db background
background-color: #c9a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9a2db; background: linear-gradient(135deg, #c9a2db, #DBA2C7);