#c6a0cf
a light, soft violet · warm · closest name: plum
RGB
198, 160, 207
HSL
289°, 33%, 72%
CMYK
4, 23, 0, 19
Luminance
0.4165
Every format
| HEX | #c6a0cf |
| RGB | rgb(198, 160, 207) |
| HSL | hsl(289, 33%, 72%) |
| CMYK | cmyk(4%, 23%, 0%, 19%) |
| LAB | lab(70.6 22.3 -18.7) |
| LCH | lch(70.6 29.1 320.1) |
| OKLCH | oklch(0.755 0.078 319.8) |
Copy-ready code
/* CSS */
color: #c6a0cf;
background-color: #c6a0cf;
/* Tailwind (arbitrary) */
class="text-[#c6a0cf] bg-[#c6a0cf]"
/* SCSS */
$brand: #c6a0cf;
/* SwiftUI */
Color(red: 0.776, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#c6a0cf")Accessibility — WCAG contrast
Aa
#c6a0cf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6a0cf on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.7%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta22.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c6a0cf text on a black background
contrast 9.33:1
Card sample
#c6a0cf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6a0cf;
Background color
Panel with #c6a0cf background
background-color: #c6a0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6a0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6a0cf; background: linear-gradient(135deg, #c6a0cf, #CFA0B9);