#ae71cd
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 113, 205
HSL
280°, 48%, 62%
CMYK
15, 45, 0, 20
Luminance
0.2522
Every format
| HEX | #ae71cd |
| RGB | rgb(174, 113, 205) |
| HSL | hsl(280, 48%, 62%) |
| CMYK | cmyk(15%, 45%, 0%, 20%) |
| LAB | lab(57.3 40.4 -38.3) |
| LCH | lch(57.3 55.7 316.5) |
| OKLCH | oklch(0.648 0.146 313.4) |
Copy-ready code
/* CSS */
color: #ae71cd;
background-color: #ae71cd;
/* Tailwind (arbitrary) */
class="text-[#ae71cd] bg-[#ae71cd]"
/* SCSS */
$brand: #ae71cd;
/* SwiftUI */
Color(red: 0.682, green: 0.443, blue: 0.804)
/* Android */
Color.parseColor("#ae71cd")Accessibility — WCAG contrast
Aa
#ae71cd on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae71cd on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green44.3%
Blue80.4%
CMYK percentages
Cyan15.1%
Magenta44.9%
Yellow0.0%
Key (black)19.6%
Color previews
#ae71cd text on a black background
contrast 6.04:1
Card sample
#ae71cd text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae71cd;
Background color
Panel with #ae71cd background
background-color: #ae71cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae71cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 113, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 113, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae71cd; background: linear-gradient(135deg, #ae71cd, #CD71AF);