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