#af26da
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 38, 218
HSL
286°, 71%, 50%
CMYK
20, 83, 0, 15
Luminance
0.1556
Every format
| HEX | #af26da |
| RGB | rgb(175, 38, 218) |
| HSL | hsl(286, 71%, 50%) |
| CMYK | cmyk(20%, 83%, 0%, 15%) |
| LAB | lab(46.4 75.3 -63.1) |
| LCH | lch(46.4 98.3 320.0) |
| OKLCH | oklch(0.572 0.256 316.0) |
Copy-ready code
/* CSS */
color: #af26da;
background-color: #af26da;
/* Tailwind (arbitrary) */
class="text-[#af26da] bg-[#af26da]"
/* SCSS */
$brand: #af26da;
/* SwiftUI */
Color(red: 0.686, green: 0.149, blue: 0.855)
/* Android */
Color.parseColor("#af26da")Accessibility — WCAG contrast
Aa
#af26da on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af26da on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.9%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta82.6%
Yellow0.0%
Key (black)14.5%
Color previews
#af26da text on a black background
contrast 4.11:1
Card sample
#af26da text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af26da;
Background color
Panel with #af26da background
background-color: #af26da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af26da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 38, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 38, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af26da; background: linear-gradient(135deg, #af26da, #DA268D);