#af37ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 55, 255
HSL
276°, 100%, 61%
CMYK
31, 78, 0, 0
Luminance
0.1907
Every format
| HEX | #af37ff |
| RGB | rgb(175, 55, 255) |
| HSL | hsl(276, 100%, 61%) |
| CMYK | cmyk(31%, 78%, 0%, 0%) |
| LAB | lab(50.8 77.6 -76.9) |
| LCH | lch(50.8 109.2 315.3) |
| OKLCH | oklch(0.611 0.274 306.9) |
Copy-ready code
/* CSS */
color: #af37ff;
background-color: #af37ff;
/* Tailwind (arbitrary) */
class="text-[#af37ff] bg-[#af37ff]"
/* SCSS */
$brand: #af37ff;
/* SwiftUI */
Color(red: 0.686, green: 0.216, blue: 1.000)
/* Android */
Color.parseColor("#af37ff")Accessibility — WCAG contrast
Aa
#af37ff on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af37ff on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.6%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta78.4%
Yellow0.0%
Key (black)0.0%
Color previews
#af37ff text on a black background
contrast 4.81:1
Card sample
#af37ff text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af37ff;
Background color
Panel with #af37ff background
background-color: #af37ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af37ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 55, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 55, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af37ff; background: linear-gradient(135deg, #af37ff, #FF37CA);