#af0fff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 15, 255
HSL
280°, 100%, 53%
CMYK
31, 94, 0, 0
Luminance
0.1668
Every format
| HEX | #af0fff |
| RGB | rgb(175, 15, 255) |
| HSL | hsl(280, 100%, 53%) |
| CMYK | cmyk(31%, 94%, 0%, 0%) |
| LAB | lab(47.9 86.2 -81.6) |
| LCH | lch(47.9 118.7 316.6) |
| OKLCH | oklch(0.591 0.296 308.3) |
Copy-ready code
/* CSS */
color: #af0fff;
background-color: #af0fff;
/* Tailwind (arbitrary) */
class="text-[#af0fff] bg-[#af0fff]"
/* SCSS */
$brand: #af0fff;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 1.000)
/* Android */
Color.parseColor("#af0fff")Accessibility — WCAG contrast
Aa
#af0fff on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0fff on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta94.1%
Yellow0.0%
Key (black)0.0%
Color previews
#af0fff text on a black background
contrast 4.34:1
Card sample
#af0fff text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0fff;
Background color
Panel with #af0fff background
background-color: #af0fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0fff; background: linear-gradient(135deg, #af0fff, #FF0FAF);