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