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