#af1feb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 31, 235
HSL
282°, 84%, 52%
CMYK
26, 87, 0, 8
Luminance
0.1609
Every format
| HEX | #af1feb |
| RGB | rgb(175, 31, 235) |
| HSL | hsl(282, 84%, 52%) |
| CMYK | cmyk(26%, 87%, 0%, 8%) |
| LAB | lab(47.1 80.0 -71.6) |
| LCH | lch(47.1 107.4 318.2) |
| OKLCH | oklch(0.581 0.274 312.2) |
Copy-ready code
/* CSS */
color: #af1feb;
background-color: #af1feb;
/* Tailwind (arbitrary) */
class="text-[#af1feb] bg-[#af1feb]"
/* SCSS */
$brand: #af1feb;
/* SwiftUI */
Color(red: 0.686, green: 0.122, blue: 0.922)
/* Android */
Color.parseColor("#af1feb")Accessibility — WCAG contrast
Aa
#af1feb on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1feb on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.2%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta86.8%
Yellow0.0%
Key (black)7.8%
Color previews
#af1feb text on a black background
contrast 4.22:1
Card sample
#af1feb text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1feb;
Background color
Panel with #af1feb background
background-color: #af1feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 31, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 31, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1feb; background: linear-gradient(135deg, #af1feb, #EB1F9F);