#ae71df
a light, vivid violet · warm · closest name: orchid
RGB
174, 113, 223
HSL
273°, 63%, 66%
CMYK
22, 49, 0, 13
Luminance
0.2614
Every format
| HEX | #ae71df |
| RGB | rgb(174, 113, 223) |
| HSL | hsl(273, 63%, 66%) |
| CMYK | cmyk(22%, 49%, 0%, 13%) |
| LAB | lab(58.2 44.3 -47.1) |
| LCH | lch(58.2 64.7 313.3) |
| OKLCH | oklch(0.658 0.167 308.1) |
Copy-ready code
/* CSS */
color: #ae71df;
background-color: #ae71df;
/* Tailwind (arbitrary) */
class="text-[#ae71df] bg-[#ae71df]"
/* SCSS */
$brand: #ae71df;
/* SwiftUI */
Color(red: 0.682, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#ae71df")Accessibility — WCAG contrast
Aa
#ae71df on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae71df on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green44.3%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ae71df text on a black background
contrast 6.23:1
Card sample
#ae71df text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae71df;
Background color
Panel with #ae71df background
background-color: #ae71df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae71df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae71df; background: linear-gradient(135deg, #ae71df, #DF71C7);