#af28ee
a balanced, electric violet · warm · closest name: magenta
RGB
175, 40, 238
HSL
281°, 85%, 55%
CMYK
27, 83, 0, 7
Luminance
0.1680
Every format
| HEX | #af28ee |
| RGB | rgb(175, 40, 238) |
| HSL | hsl(281, 85%, 55%) |
| CMYK | cmyk(27%, 83%, 0%, 7%) |
| LAB | lab(48.0 78.5 -71.8) |
| LCH | lch(48.0 106.5 317.6) |
| OKLCH | oklch(0.588 0.271 311.2) |
Copy-ready code
/* CSS */
color: #af28ee;
background-color: #af28ee;
/* Tailwind (arbitrary) */
class="text-[#af28ee] bg-[#af28ee]"
/* SCSS */
$brand: #af28ee;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.933)
/* Android */
Color.parseColor("#af28ee")Accessibility — WCAG contrast
Aa
#af28ee on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af28ee on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta83.2%
Yellow0.0%
Key (black)6.7%
Color previews
#af28ee text on a black background
contrast 4.36:1
Card sample
#af28ee text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af28ee;
Background color
Panel with #af28ee background
background-color: #af28ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af28ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af28ee; background: linear-gradient(135deg, #af28ee, #EE28A9);