#ae7cd4
a light, vivid violet · warm · closest name: orchid
RGB
174, 124, 212
HSL
274°, 51%, 66%
CMYK
18, 42, 0, 17
Luminance
0.2817
Every format
| HEX | #ae7cd4 |
| RGB | rgb(174, 124, 212) |
| HSL | hsl(274, 51%, 66%) |
| CMYK | cmyk(18%, 42%, 0%, 17%) |
| LAB | lab(60.0 35.8 -38.0) |
| LCH | lch(60.0 52.2 313.3) |
| OKLCH | oklch(0.670 0.136 309.3) |
Copy-ready code
/* CSS */
color: #ae7cd4;
background-color: #ae7cd4;
/* Tailwind (arbitrary) */
class="text-[#ae7cd4] bg-[#ae7cd4]"
/* SCSS */
$brand: #ae7cd4;
/* SwiftUI */
Color(red: 0.682, green: 0.486, blue: 0.831)
/* Android */
Color.parseColor("#ae7cd4")Accessibility — WCAG contrast
Aa
#ae7cd4 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae7cd4 on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green48.6%
Blue83.1%
CMYK percentages
Cyan17.9%
Magenta41.5%
Yellow0.0%
Key (black)16.9%
Color previews
#ae7cd4 text on a black background
contrast 6.63:1
Card sample
#ae7cd4 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7cd4;
Background color
Panel with #ae7cd4 background
background-color: #ae7cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 124, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 124, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7cd4; background: linear-gradient(135deg, #ae7cd4, #D47CBF);