#ae58df
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 88, 223
HSL
278°, 68%, 61%
CMYK
22, 61, 0, 13
Luminance
0.2131
Every format
| HEX | #ae58df |
| RGB | rgb(174, 88, 223) |
| HSL | hsl(278, 68%, 61%) |
| CMYK | cmyk(22%, 61%, 0%, 13%) |
| LAB | lab(53.3 57.2 -54.9) |
| LCH | lch(53.3 79.3 316.2) |
| OKLCH | oklch(0.622 0.205 311.2) |
Copy-ready code
/* CSS */
color: #ae58df;
background-color: #ae58df;
/* Tailwind (arbitrary) */
class="text-[#ae58df] bg-[#ae58df]"
/* SCSS */
$brand: #ae58df;
/* SwiftUI */
Color(red: 0.682, green: 0.345, blue: 0.875)
/* Android */
Color.parseColor("#ae58df")Accessibility — WCAG contrast
Aa
#ae58df on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae58df on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green34.5%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta60.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ae58df text on a black background
contrast 5.26:1
Card sample
#ae58df text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae58df;
Background color
Panel with #ae58df background
background-color: #ae58df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae58df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 88, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 88, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae58df; background: linear-gradient(135deg, #ae58df, #DF58B6);