#ae71cf
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 113, 207
HSL
279°, 50%, 63%
CMYK
16, 45, 0, 19
Luminance
0.2531
Every format
| HEX | #ae71cf |
| RGB | rgb(174, 113, 207) |
| HSL | hsl(279, 50%, 63%) |
| CMYK | cmyk(16%, 45%, 0%, 19%) |
| LAB | lab(57.4 40.8 -39.3) |
| LCH | lch(57.4 56.7 316.1) |
| OKLCH | oklch(0.649 0.149 312.8) |
Copy-ready code
/* CSS */
color: #ae71cf;
background-color: #ae71cf;
/* Tailwind (arbitrary) */
class="text-[#ae71cf] bg-[#ae71cf]"
/* SCSS */
$brand: #ae71cf;
/* SwiftUI */
Color(red: 0.682, green: 0.443, blue: 0.812)
/* Android */
Color.parseColor("#ae71cf")Accessibility — WCAG contrast
Aa
#ae71cf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae71cf on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green44.3%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta45.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ae71cf text on a black background
contrast 6.06:1
Card sample
#ae71cf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae71cf;
Background color
Panel with #ae71cf background
background-color: #ae71cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae71cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 113, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 113, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae71cf; background: linear-gradient(135deg, #ae71cf, #CF71B1);