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