#c2afd6
a light, soft violet · warm · closest name: plum
RGB
194, 175, 214
HSL
269°, 32%, 76%
CMYK
9, 18, 0, 16
Luminance
0.4698
Every format
| HEX | #c2afd6 |
| RGB | rgb(194, 175, 214) |
| HSL | hsl(269, 32%, 76%) |
| CMYK | cmyk(9%, 18%, 0%, 16%) |
| LAB | lab(74.2 14.2 -17.2) |
| LCH | lch(74.2 22.3 309.5) |
| OKLCH | oklch(0.783 0.058 307.1) |
Copy-ready code
/* CSS */
color: #c2afd6;
background-color: #c2afd6;
/* Tailwind (arbitrary) */
class="text-[#c2afd6] bg-[#c2afd6]"
/* SCSS */
$brand: #c2afd6;
/* SwiftUI */
Color(red: 0.761, green: 0.686, blue: 0.839)
/* Android */
Color.parseColor("#c2afd6")Accessibility — WCAG contrast
Aa
#c2afd6 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2afd6 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green68.6%
Blue83.9%
CMYK percentages
Cyan9.3%
Magenta18.2%
Yellow0.0%
Key (black)16.1%
Color previews
#c2afd6 text on a black background
contrast 10.40:1
Card sample
#c2afd6 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2afd6;
Background color
Panel with #c2afd6 background
background-color: #c2afd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2afd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 175, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 175, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2afd6; background: linear-gradient(135deg, #c2afd6, #D6AFD0);