#af76da
a light, vivid violet · warm · closest name: orchid
RGB
175, 118, 218
HSL
274°, 58%, 66%
CMYK
20, 46, 0, 15
Luminance
0.2713
Every format
| HEX | #af76da |
| RGB | rgb(175, 118, 218) |
| HSL | hsl(274, 58%, 66%) |
| CMYK | cmyk(20%, 46%, 0%, 15%) |
| LAB | lab(59.1 40.8 -42.8) |
| LCH | lch(59.1 59.1 313.6) |
| OKLCH | oklch(0.664 0.154 309.1) |
Copy-ready code
/* CSS */
color: #af76da;
background-color: #af76da;
/* Tailwind (arbitrary) */
class="text-[#af76da] bg-[#af76da]"
/* SCSS */
$brand: #af76da;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.855)
/* Android */
Color.parseColor("#af76da")Accessibility — WCAG contrast
Aa
#af76da on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af76da on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta45.9%
Yellow0.0%
Key (black)14.5%
Color previews
#af76da text on a black background
contrast 6.43:1
Card sample
#af76da text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af76da;
Background color
Panel with #af76da background
background-color: #af76da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af76da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af76da; background: linear-gradient(135deg, #af76da, #DA76C2);