#af25ee
a balanced, electric violet · warm · closest name: magenta
RGB
175, 37, 238
HSL
281°, 86%, 54%
CMYK
27, 85, 0, 7
Luminance
0.1661
Every format
| HEX | #af25ee |
| RGB | rgb(175, 37, 238) |
| HSL | hsl(281, 86%, 54%) |
| CMYK | cmyk(27%, 85%, 0%, 7%) |
| LAB | lab(47.8 79.3 -72.2) |
| LCH | lch(47.8 107.3 317.7) |
| OKLCH | oklch(0.586 0.273 311.3) |
Copy-ready code
/* CSS */
color: #af25ee;
background-color: #af25ee;
/* Tailwind (arbitrary) */
class="text-[#af25ee] bg-[#af25ee]"
/* SCSS */
$brand: #af25ee;
/* SwiftUI */
Color(red: 0.686, green: 0.145, blue: 0.933)
/* Android */
Color.parseColor("#af25ee")Accessibility — WCAG contrast
Aa
#af25ee on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af25ee on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.5%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta84.5%
Yellow0.0%
Key (black)6.7%
Color previews
#af25ee text on a black background
contrast 4.32:1
Card sample
#af25ee text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af25ee;
Background color
Panel with #af25ee background
background-color: #af25ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af25ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 37, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 37, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af25ee; background: linear-gradient(135deg, #af25ee, #EE25A7);