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