#ae5fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 95, 223
HSL
277°, 67%, 62%
CMYK
22, 57, 0, 13
Luminance
0.2251
Every format
| HEX | #ae5fdf |
| RGB | rgb(174, 95, 223) |
| HSL | hsl(277, 67%, 62%) |
| CMYK | cmyk(22%, 57%, 0%, 13%) |
| LAB | lab(54.6 53.8 -52.8) |
| LCH | lch(54.6 75.4 315.5) |
| OKLCH | oklch(0.631 0.195 310.5) |
Copy-ready code
/* CSS */
color: #ae5fdf;
background-color: #ae5fdf;
/* Tailwind (arbitrary) */
class="text-[#ae5fdf] bg-[#ae5fdf]"
/* SCSS */
$brand: #ae5fdf;
/* SwiftUI */
Color(red: 0.682, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#ae5fdf")Accessibility — WCAG contrast
Aa
#ae5fdf on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae5fdf on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green37.3%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ae5fdf text on a black background
contrast 5.50:1
Card sample
#ae5fdf text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5fdf;
Background color
Panel with #ae5fdf background
background-color: #ae5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5fdf; background: linear-gradient(135deg, #ae5fdf, #DF5FBB);