#af0fee
a balanced, electric violet · warm · closest name: magenta
RGB
175, 15, 238
HSL
283°, 88%, 50%
CMYK
27, 94, 0, 7
Luminance
0.1563
Every format
| HEX | #af0fee |
| RGB | rgb(175, 15, 238) |
| HSL | hsl(283, 88%, 50%) |
| CMYK | cmyk(27%, 94%, 0%, 7%) |
| LAB | lab(46.5 83.1 -74.3) |
| LCH | lch(46.5 111.5 318.2) |
| OKLCH | oklch(0.577 0.283 311.9) |
Copy-ready code
/* CSS */
color: #af0fee;
background-color: #af0fee;
/* Tailwind (arbitrary) */
class="text-[#af0fee] bg-[#af0fee]"
/* SCSS */
$brand: #af0fee;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.933)
/* Android */
Color.parseColor("#af0fee")Accessibility — WCAG contrast
Aa
#af0fee on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0fee on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta93.7%
Yellow0.0%
Key (black)6.7%
Color previews
#af0fee text on a black background
contrast 4.13:1
Card sample
#af0fee text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0fee;
Background color
Panel with #af0fee background
background-color: #af0fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0fee; background: linear-gradient(135deg, #af0fee, #EE0F98);