#af76df
a light, vivid violet · warm · closest name: orchid
RGB
175, 118, 223
HSL
273°, 62%, 67%
CMYK
22, 47, 0, 13
Luminance
0.2740
Every format
| HEX | #af76df |
| RGB | rgb(175, 118, 223) |
| HSL | hsl(273, 62%, 67%) |
| CMYK | cmyk(22%, 47%, 0%, 13%) |
| LAB | lab(59.3 41.9 -45.2) |
| LCH | lch(59.3 61.7 312.8) |
| OKLCH | oklch(0.667 0.160 307.7) |
Copy-ready code
/* CSS */
color: #af76df;
background-color: #af76df;
/* Tailwind (arbitrary) */
class="text-[#af76df] bg-[#af76df]"
/* SCSS */
$brand: #af76df;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#af76df")Accessibility — WCAG contrast
Aa
#af76df on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af76df on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#af76df text on a black background
contrast 6.48:1
Card sample
#af76df text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af76df;
Background color
Panel with #af76df background
background-color: #af76df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af76df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af76df; background: linear-gradient(135deg, #af76df, #DF76C9);