#ae02cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
174, 2, 207
HSL
290°, 98%, 41%
CMYK
16, 99, 0, 19
Luminance
0.1355
Every format
| HEX | #ae02cf |
| RGB | rgb(174, 2, 207) |
| HSL | hsl(290, 98%, 41%) |
| CMYK | cmyk(16%, 99%, 0%, 19%) |
| LAB | lab(43.6 78.8 -61.4) |
| LCH | lch(43.6 99.9 322.1) |
| OKLCH | oklch(0.550 0.264 319.1) |
Copy-ready code
/* CSS */
color: #ae02cf;
background-color: #ae02cf;
/* Tailwind (arbitrary) */
class="text-[#ae02cf] bg-[#ae02cf]"
/* SCSS */
$brand: #ae02cf;
/* SwiftUI */
Color(red: 0.682, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#ae02cf")Accessibility — WCAG contrast
Aa
#ae02cf on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae02cf on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green0.8%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ae02cf text on a black background
contrast 3.71:1
Card sample
#ae02cf text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae02cf;
Background color
Panel with #ae02cf background
background-color: #ae02cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae02cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae02cf; background: linear-gradient(135deg, #ae02cf, #CF0268);