#ae71cb
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 113, 203
HSL
281°, 46%, 62%
CMYK
14, 44, 0, 20
Luminance
0.2512
Every format
| HEX | #ae71cb |
| RGB | rgb(174, 113, 203) |
| HSL | hsl(281, 46%, 62%) |
| CMYK | cmyk(14%, 44%, 0%, 20%) |
| LAB | lab(57.2 39.9 -37.4) |
| LCH | lch(57.2 54.7 316.9) |
| OKLCH | oklch(0.647 0.144 314.1) |
Copy-ready code
/* CSS */
color: #ae71cb;
background-color: #ae71cb;
/* Tailwind (arbitrary) */
class="text-[#ae71cb] bg-[#ae71cb]"
/* SCSS */
$brand: #ae71cb;
/* SwiftUI */
Color(red: 0.682, green: 0.443, blue: 0.796)
/* Android */
Color.parseColor("#ae71cb")Accessibility — WCAG contrast
Aa
#ae71cb on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae71cb on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green44.3%
Blue79.6%
CMYK percentages
Cyan14.3%
Magenta44.3%
Yellow0.0%
Key (black)20.4%
Color previews
#ae71cb text on a black background
contrast 6.02:1
Card sample
#ae71cb text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae71cb;
Background color
Panel with #ae71cb background
background-color: #ae71cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae71cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 113, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 113, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae71cb; background: linear-gradient(135deg, #ae71cb, #CB71AC);