#ae7acf
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 122, 207
HSL
277°, 47%, 65%
CMYK
16, 41, 0, 19
Luminance
0.2742
Every format
| HEX | #ae7acf |
| RGB | rgb(174, 122, 207) |
| HSL | hsl(277, 47%, 65%) |
| CMYK | cmyk(16%, 41%, 0%, 19%) |
| LAB | lab(59.4 35.8 -36.2) |
| LCH | lch(59.4 51.0 314.7) |
| OKLCH | oklch(0.664 0.134 311.3) |
Copy-ready code
/* CSS */
color: #ae7acf;
background-color: #ae7acf;
/* Tailwind (arbitrary) */
class="text-[#ae7acf] bg-[#ae7acf]"
/* SCSS */
$brand: #ae7acf;
/* SwiftUI */
Color(red: 0.682, green: 0.478, blue: 0.812)
/* Android */
Color.parseColor("#ae7acf")Accessibility — WCAG contrast
Aa
#ae7acf on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae7acf on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green47.8%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta41.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ae7acf text on a black background
contrast 6.48:1
Card sample
#ae7acf text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7acf;
Background color
Panel with #ae7acf background
background-color: #ae7acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 122, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 122, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7acf; background: linear-gradient(135deg, #ae7acf, #CF7AB7);