#ae5fc2
a balanced, soft violet · warm · closest name: orchid
RGB
174, 95, 194
HSL
288°, 45%, 57%
CMYK
10, 51, 0, 24
Luminance
0.2108
Every format
| HEX | #ae5fc2 |
| RGB | rgb(174, 95, 194) |
| HSL | hsl(288, 45%, 57%) |
| CMYK | cmyk(10%, 51%, 0%, 24%) |
| LAB | lab(53.0 47.6 -38.7) |
| LCH | lch(53.0 61.4 320.9) |
| OKLCH | oklch(0.615 0.165 319.2) |
Copy-ready code
/* CSS */
color: #ae5fc2;
background-color: #ae5fc2;
/* Tailwind (arbitrary) */
class="text-[#ae5fc2] bg-[#ae5fc2]"
/* SCSS */
$brand: #ae5fc2;
/* SwiftUI */
Color(red: 0.682, green: 0.373, blue: 0.761)
/* Android */
Color.parseColor("#ae5fc2")Accessibility — WCAG contrast
Aa
#ae5fc2 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae5fc2 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green37.3%
Blue76.1%
CMYK percentages
Cyan10.3%
Magenta51.0%
Yellow0.0%
Key (black)23.9%
Color previews
#ae5fc2 text on a black background
contrast 5.22:1
Card sample
#ae5fc2 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5fc2;
Background color
Panel with #ae5fc2 background
background-color: #ae5fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 95, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 95, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5fc2; background: linear-gradient(135deg, #ae5fc2, #C25F94);