#ae76cf
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 118, 207
HSL
278°, 48%, 64%
CMYK
16, 43, 0, 19
Luminance
0.2646
Every format
| HEX | #ae76cf |
| RGB | rgb(174, 118, 207) |
| HSL | hsl(278, 48%, 64%) |
| CMYK | cmyk(16%, 43%, 0%, 19%) |
| LAB | lab(58.5 38.0 -37.6) |
| LCH | lch(58.5 53.5 315.3) |
| OKLCH | oklch(0.657 0.140 312.0) |
Copy-ready code
/* CSS */
color: #ae76cf;
background-color: #ae76cf;
/* Tailwind (arbitrary) */
class="text-[#ae76cf] bg-[#ae76cf]"
/* SCSS */
$brand: #ae76cf;
/* SwiftUI */
Color(red: 0.682, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#ae76cf")Accessibility — WCAG contrast
Aa
#ae76cf on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae76cf on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green46.3%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta43.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ae76cf text on a black background
contrast 6.29:1
Card sample
#ae76cf text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae76cf;
Background color
Panel with #ae76cf background
background-color: #ae76cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae76cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae76cf; background: linear-gradient(135deg, #ae76cf, #CF76B5);