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