#af76d9
a light, vivid violet · warm · closest name: orchid
RGB
175, 118, 217
HSL
275°, 57%, 66%
CMYK
19, 46, 0, 15
Luminance
0.2708
Every format
| HEX | #af76d9 |
| RGB | rgb(175, 118, 217) |
| HSL | hsl(275, 57%, 66%) |
| CMYK | cmyk(19%, 46%, 0%, 15%) |
| LAB | lab(59.0 40.5 -42.3) |
| LCH | lch(59.0 58.6 313.8) |
| OKLCH | oklch(0.664 0.152 309.4) |
Copy-ready code
/* CSS */
color: #af76d9;
background-color: #af76d9;
/* Tailwind (arbitrary) */
class="text-[#af76d9] bg-[#af76d9]"
/* SCSS */
$brand: #af76d9;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.851)
/* Android */
Color.parseColor("#af76d9")Accessibility — WCAG contrast
Aa
#af76d9 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af76d9 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue85.1%
CMYK percentages
Cyan19.4%
Magenta45.6%
Yellow0.0%
Key (black)14.9%
Color previews
#af76d9 text on a black background
contrast 6.42:1
Card sample
#af76d9 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af76d9;
Background color
Panel with #af76d9 background
background-color: #af76d9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af76d9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af76d9; background: linear-gradient(135deg, #af76d9, #D976C1);