#ae77da
a light, vivid violet · warm · closest name: orchid
RGB
174, 119, 218
HSL
273°, 57%, 66%
CMYK
20, 45, 0, 15
Luminance
0.2725
Every format
| HEX | #ae77da |
| RGB | rgb(174, 119, 218) |
| HSL | hsl(273, 57%, 66%) |
| CMYK | cmyk(20%, 45%, 0%, 15%) |
| LAB | lab(59.2 39.9 -42.6) |
| LCH | lch(59.2 58.4 313.1) |
| OKLCH | oklch(0.665 0.152 308.4) |
Copy-ready code
/* CSS */
color: #ae77da;
background-color: #ae77da;
/* Tailwind (arbitrary) */
class="text-[#ae77da] bg-[#ae77da]"
/* SCSS */
$brand: #ae77da;
/* SwiftUI */
Color(red: 0.682, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#ae77da")Accessibility — WCAG contrast
Aa
#ae77da on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae77da on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green46.7%
Blue85.5%
CMYK percentages
Cyan20.2%
Magenta45.4%
Yellow0.0%
Key (black)14.5%
Color previews
#ae77da text on a black background
contrast 6.45:1
Card sample
#ae77da text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae77da;
Background color
Panel with #ae77da background
background-color: #ae77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae77da; background: linear-gradient(135deg, #ae77da, #DA77C4);