#ae5ace
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 90, 206
HSL
283°, 54%, 58%
CMYK
16, 56, 0, 19
Luminance
0.2077
Every format
| HEX | #ae5ace |
| RGB | rgb(174, 90, 206) |
| HSL | hsl(283, 54%, 58%) |
| CMYK | cmyk(16%, 56%, 0%, 19%) |
| LAB | lab(52.7 52.6 -46.2) |
| LCH | lch(52.7 70.0 318.8) |
| OKLCH | oklch(0.615 0.185 315.8) |
Copy-ready code
/* CSS */
color: #ae5ace;
background-color: #ae5ace;
/* Tailwind (arbitrary) */
class="text-[#ae5ace] bg-[#ae5ace]"
/* SCSS */
$brand: #ae5ace;
/* SwiftUI */
Color(red: 0.682, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#ae5ace")Accessibility — WCAG contrast
Aa
#ae5ace on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae5ace on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green35.3%
Blue80.8%
CMYK percentages
Cyan15.5%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#ae5ace text on a black background
contrast 5.15:1
Card sample
#ae5ace text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5ace;
Background color
Panel with #ae5ace background
background-color: #ae5ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5ace; background: linear-gradient(135deg, #ae5ace, #CE5AA1);