#af25fd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 37, 253
HSL
278°, 98%, 57%
CMYK
31, 85, 0, 1
Luminance
0.1753
Every format
| HEX | #af25fd |
| RGB | rgb(175, 37, 253) |
| HSL | hsl(278, 98%, 57%) |
| CMYK | cmyk(31%, 85%, 0%, 1%) |
| LAB | lab(48.9 82.2 -78.8) |
| LCH | lch(48.9 113.8 316.2) |
| OKLCH | oklch(0.598 0.285 308.1) |
Copy-ready code
/* CSS */
color: #af25fd;
background-color: #af25fd;
/* Tailwind (arbitrary) */
class="text-[#af25fd] bg-[#af25fd]"
/* SCSS */
$brand: #af25fd;
/* SwiftUI */
Color(red: 0.686, green: 0.145, blue: 0.992)
/* Android */
Color.parseColor("#af25fd")Accessibility — WCAG contrast
Aa
#af25fd on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af25fd on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.5%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta85.4%
Yellow0.0%
Key (black)0.8%
Color previews
#af25fd text on a black background
contrast 4.51:1
Card sample
#af25fd text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af25fd;
Background color
Panel with #af25fd background
background-color: #af25fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af25fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 37, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 37, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af25fd; background: linear-gradient(135deg, #af25fd, #FD25BB);