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