#ae77df
a light, vivid violet · warm · closest name: orchid
RGB
174, 119, 223
HSL
272°, 62%, 67%
CMYK
22, 47, 0, 13
Luminance
0.2752
Every format
| HEX | #ae77df |
| RGB | rgb(174, 119, 223) |
| HSL | hsl(272, 62%, 67%) |
| CMYK | cmyk(22%, 47%, 0%, 13%) |
| LAB | lab(59.5 41.1 -45.1) |
| LCH | lch(59.5 61.0 312.3) |
| OKLCH | oklch(0.667 0.158 307.0) |
Copy-ready code
/* CSS */
color: #ae77df;
background-color: #ae77df;
/* Tailwind (arbitrary) */
class="text-[#ae77df] bg-[#ae77df]"
/* SCSS */
$brand: #ae77df;
/* SwiftUI */
Color(red: 0.682, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#ae77df")Accessibility — WCAG contrast
Aa
#ae77df on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae77df on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green46.7%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta46.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ae77df text on a black background
contrast 6.50:1
Card sample
#ae77df text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae77df;
Background color
Panel with #ae77df background
background-color: #ae77df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae77df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae77df; background: linear-gradient(135deg, #ae77df, #DF77CB);