#af7fd6
a light, vivid violet · warm · closest name: plum
RGB
175, 127, 214
HSL
273°, 52%, 67%
CMYK
18, 41, 0, 16
Luminance
0.2915
Every format
| HEX | #af7fd6 |
| RGB | rgb(175, 127, 214) |
| HSL | hsl(273, 52%, 67%) |
| CMYK | cmyk(18%, 41%, 0%, 16%) |
| LAB | lab(60.9 34.9 -37.7) |
| LCH | lch(60.9 51.4 312.8) |
| OKLCH | oklch(0.677 0.134 308.6) |
Copy-ready code
/* CSS */
color: #af7fd6;
background-color: #af7fd6;
/* Tailwind (arbitrary) */
class="text-[#af7fd6] bg-[#af7fd6]"
/* SCSS */
$brand: #af7fd6;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.839)
/* Android */
Color.parseColor("#af7fd6")Accessibility — WCAG contrast
Aa
#af7fd6 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7fd6 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta40.7%
Yellow0.0%
Key (black)16.1%
Color previews
#af7fd6 text on a black background
contrast 6.83:1
Card sample
#af7fd6 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7fd6;
Background color
Panel with #af7fd6 background
background-color: #af7fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7fd6; background: linear-gradient(135deg, #af7fd6, #D67FC3);