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