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