#af09fc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 9, 252
HSL
281°, 98%, 51%
CMYK
31, 96, 0, 1
Luminance
0.1634
Every format
| HEX | #af09fc |
| RGB | rgb(175, 9, 252) |
| HSL | hsl(281, 98%, 51%) |
| CMYK | cmyk(31%, 96%, 0%, 1%) |
| LAB | lab(47.4 86.2 -80.7) |
| LCH | lch(47.4 118.1 316.9) |
| OKLCH | oklch(0.587 0.295 309.0) |
Copy-ready code
/* CSS */
color: #af09fc;
background-color: #af09fc;
/* Tailwind (arbitrary) */
class="text-[#af09fc] bg-[#af09fc]"
/* SCSS */
$brand: #af09fc;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.988)
/* Android */
Color.parseColor("#af09fc")Accessibility — WCAG contrast
Aa
#af09fc on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af09fc on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta96.4%
Yellow0.0%
Key (black)1.2%
Color previews
#af09fc text on a black background
contrast 4.27:1
Card sample
#af09fc text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af09fc;
Background color
Panel with #af09fc background
background-color: #af09fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af09fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af09fc; background: linear-gradient(135deg, #af09fc, #FC09A7);