#af1ace
a balanced, electric violet · warm · closest name: magenta
RGB
175, 26, 206
HSL
290°, 78%, 46%
CMYK
15, 87, 0, 19
Luminance
0.1431
Every format
| HEX | #af1ace |
| RGB | rgb(175, 26, 206) |
| HSL | hsl(290, 78%, 46%) |
| CMYK | cmyk(15%, 87%, 0%, 19%) |
| LAB | lab(44.7 75.8 -59.0) |
| LCH | lch(44.7 96.1 322.1) |
| OKLCH | oklch(0.557 0.255 319.3) |
Copy-ready code
/* CSS */
color: #af1ace;
background-color: #af1ace;
/* Tailwind (arbitrary) */
class="text-[#af1ace] bg-[#af1ace]"
/* SCSS */
$brand: #af1ace;
/* SwiftUI */
Color(red: 0.686, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#af1ace")Accessibility — WCAG contrast
Aa
#af1ace on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1ace on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green10.2%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#af1ace text on a black background
contrast 3.86:1
Card sample
#af1ace text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1ace;
Background color
Panel with #af1ace background
background-color: #af1ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1ace; background: linear-gradient(135deg, #af1ace, #CE1A75);