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