#af76d7
a light, vivid violet · warm · closest name: orchid
RGB
175, 118, 215
HSL
275°, 55%, 65%
CMYK
19, 45, 0, 16
Luminance
0.2698
Every format
| HEX | #af76d7 |
| RGB | rgb(175, 118, 215) |
| HSL | hsl(275, 55%, 65%) |
| CMYK | cmyk(19%, 45%, 0%, 16%) |
| LAB | lab(59.0 40.1 -41.4) |
| LCH | lch(59.0 57.6 314.1) |
| OKLCH | oklch(0.663 0.150 310.0) |
Copy-ready code
/* CSS */
color: #af76d7;
background-color: #af76d7;
/* Tailwind (arbitrary) */
class="text-[#af76d7] bg-[#af76d7]"
/* SCSS */
$brand: #af76d7;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.843)
/* Android */
Color.parseColor("#af76d7")Accessibility — WCAG contrast
Aa
#af76d7 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af76d7 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta45.1%
Yellow0.0%
Key (black)15.7%
Color previews
#af76d7 text on a black background
contrast 6.40:1
Card sample
#af76d7 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af76d7;
Background color
Panel with #af76d7 background
background-color: #af76d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af76d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af76d7; background: linear-gradient(135deg, #af76d7, #D776BE);