#af0feb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 15, 235
HSL
284°, 88%, 49%
CMYK
26, 94, 0, 8
Luminance
0.1545
Every format
| HEX | #af0feb |
| RGB | rgb(175, 15, 235) |
| HSL | hsl(284, 88%, 49%) |
| CMYK | cmyk(26%, 94%, 0%, 8%) |
| LAB | lab(46.3 82.5 -73.0) |
| LCH | lch(46.3 110.2 318.5) |
| OKLCH | oklch(0.575 0.281 312.5) |
Copy-ready code
/* CSS */
color: #af0feb;
background-color: #af0feb;
/* Tailwind (arbitrary) */
class="text-[#af0feb] bg-[#af0feb]"
/* SCSS */
$brand: #af0feb;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.922)
/* Android */
Color.parseColor("#af0feb")Accessibility — WCAG contrast
Aa
#af0feb on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0feb on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta93.6%
Yellow0.0%
Key (black)7.8%
Color previews
#af0feb text on a black background
contrast 4.09:1
Card sample
#af0feb text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0feb;
Background color
Panel with #af0feb background
background-color: #af0feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0feb; background: linear-gradient(135deg, #af0feb, #EB0F94);