#c6afdf
a light, soft violet · warm · closest name: plum
RGB
198, 175, 223
HSL
269°, 43%, 78%
CMYK
11, 22, 0, 13
Luminance
0.4799
Every format
| HEX | #c6afdf |
| RGB | rgb(198, 175, 223) |
| HSL | hsl(269, 43%, 78%) |
| CMYK | cmyk(11%, 22%, 0%, 13%) |
| LAB | lab(74.8 17.3 -21.1) |
| LCH | lch(74.8 27.3 309.4) |
| OKLCH | oklch(0.790 0.071 306.6) |
Copy-ready code
/* CSS */
color: #c6afdf;
background-color: #c6afdf;
/* Tailwind (arbitrary) */
class="text-[#c6afdf] bg-[#c6afdf]"
/* SCSS */
$brand: #c6afdf;
/* SwiftUI */
Color(red: 0.776, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#c6afdf")Accessibility — WCAG contrast
Aa
#c6afdf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6afdf on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green68.6%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c6afdf text on a black background
contrast 10.60:1
Card sample
#c6afdf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6afdf;
Background color
Panel with #c6afdf background
background-color: #c6afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6afdf; background: linear-gradient(135deg, #c6afdf, #DFAFD8);