#af25ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 37, 255
HSL
278°, 100%, 57%
CMYK
31, 86, 0, 0
Luminance
0.1766
Every format
| HEX | #af25ff |
| RGB | rgb(175, 37, 255) |
| HSL | hsl(278, 100%, 57%) |
| CMYK | cmyk(31%, 86%, 0%, 0%) |
| LAB | lab(49.1 82.5 -79.6) |
| LCH | lch(49.1 114.7 316.0) |
| OKLCH | oklch(0.599 0.287 307.7) |
Copy-ready code
/* CSS */
color: #af25ff;
background-color: #af25ff;
/* Tailwind (arbitrary) */
class="text-[#af25ff] bg-[#af25ff]"
/* SCSS */
$brand: #af25ff;
/* SwiftUI */
Color(red: 0.686, green: 0.145, blue: 1.000)
/* Android */
Color.parseColor("#af25ff")Accessibility — WCAG contrast
Aa
#af25ff on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af25ff on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.5%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta85.5%
Yellow0.0%
Key (black)0.0%
Color previews
#af25ff text on a black background
contrast 4.53:1
Card sample
#af25ff text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af25ff;
Background color
Panel with #af25ff background
background-color: #af25ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af25ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 37, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 37, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af25ff; background: linear-gradient(135deg, #af25ff, #FF25BE);