#ae5bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 91, 223
HSL
278°, 67%, 62%
CMYK
22, 59, 0, 13
Luminance
0.2181
Every format
| HEX | #ae5bdf |
| RGB | rgb(174, 91, 223) |
| HSL | hsl(278, 67%, 62%) |
| CMYK | cmyk(22%, 59%, 0%, 13%) |
| LAB | lab(53.8 55.8 -54.0) |
| LCH | lch(53.8 77.6 315.9) |
| OKLCH | oklch(0.626 0.201 310.9) |
Copy-ready code
/* CSS */
color: #ae5bdf;
background-color: #ae5bdf;
/* Tailwind (arbitrary) */
class="text-[#ae5bdf] bg-[#ae5bdf]"
/* SCSS */
$brand: #ae5bdf;
/* SwiftUI */
Color(red: 0.682, green: 0.357, blue: 0.875)
/* Android */
Color.parseColor("#ae5bdf")Accessibility — WCAG contrast
Aa
#ae5bdf on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae5bdf on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green35.7%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta59.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ae5bdf text on a black background
contrast 5.36:1
Card sample
#ae5bdf text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5bdf;
Background color
Panel with #ae5bdf background
background-color: #ae5bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 91, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 91, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5bdf; background: linear-gradient(135deg, #ae5bdf, #DF5BB8);