#af26f4
a balanced, electric violet · warm · closest name: magenta
RGB
175, 38, 244
HSL
280°, 90%, 55%
CMYK
28, 84, 0, 4
Luminance
0.1703
Every format
| HEX | #af26f4 |
| RGB | rgb(175, 38, 244) |
| HSL | hsl(280, 90%, 55%) |
| CMYK | cmyk(28%, 84%, 0%, 4%) |
| LAB | lab(48.3 80.2 -74.8) |
| LCH | lch(48.3 109.6 317.0) |
| OKLCH | oklch(0.591 0.277 310.0) |
Copy-ready code
/* CSS */
color: #af26f4;
background-color: #af26f4;
/* Tailwind (arbitrary) */
class="text-[#af26f4] bg-[#af26f4]"
/* SCSS */
$brand: #af26f4;
/* SwiftUI */
Color(red: 0.686, green: 0.149, blue: 0.957)
/* Android */
Color.parseColor("#af26f4")Accessibility — WCAG contrast
Aa
#af26f4 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af26f4 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.9%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta84.4%
Yellow0.0%
Key (black)4.3%
Color previews
#af26f4 text on a black background
contrast 4.41:1
Card sample
#af26f4 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af26f4;
Background color
Panel with #af26f4 background
background-color: #af26f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af26f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 38, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 38, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af26f4; background: linear-gradient(135deg, #af26f4, #F426B0);