#c6a2df
a light, vivid violet · warm · closest name: plum
RGB
198, 162, 223
HSL
275°, 49%, 76%
CMYK
11, 27, 0, 13
Luminance
0.4317
Every format
| HEX | #c6a2df |
| RGB | rgb(198, 162, 223) |
| HSL | hsl(275, 49%, 76%) |
| CMYK | cmyk(11%, 27%, 0%, 13%) |
| LAB | lab(71.7 24.4 -25.9) |
| LCH | lch(71.7 35.6 313.4) |
| OKLCH | oklch(0.765 0.094 311.0) |
Copy-ready code
/* CSS */
color: #c6a2df;
background-color: #c6a2df;
/* Tailwind (arbitrary) */
class="text-[#c6a2df] bg-[#c6a2df]"
/* SCSS */
$brand: #c6a2df;
/* SwiftUI */
Color(red: 0.776, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#c6a2df")Accessibility — WCAG contrast
Aa
#c6a2df on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6a2df on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green63.5%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c6a2df text on a black background
contrast 9.63:1
Card sample
#c6a2df text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6a2df;
Background color
Panel with #c6a2df background
background-color: #c6a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6a2df; background: linear-gradient(135deg, #c6a2df, #DFA2CF);