#ae4ecf
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 78, 207
HSL
285°, 57%, 56%
CMYK
16, 62, 0, 19
Luminance
0.1895
Every format
| HEX | #ae4ecf |
| RGB | rgb(174, 78, 207) |
| HSL | hsl(285, 57%, 56%) |
| CMYK | cmyk(16%, 62%, 0%, 19%) |
| LAB | lab(50.6 58.6 -50.0) |
| LCH | lch(50.6 77.0 319.5) |
| OKLCH | oklch(0.600 0.203 316.4) |
Copy-ready code
/* CSS */
color: #ae4ecf;
background-color: #ae4ecf;
/* Tailwind (arbitrary) */
class="text-[#ae4ecf] bg-[#ae4ecf]"
/* SCSS */
$brand: #ae4ecf;
/* SwiftUI */
Color(red: 0.682, green: 0.306, blue: 0.812)
/* Android */
Color.parseColor("#ae4ecf")Accessibility — WCAG contrast
Aa
#ae4ecf on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae4ecf on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green30.6%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta62.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ae4ecf text on a black background
contrast 4.79:1
Card sample
#ae4ecf text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4ecf;
Background color
Panel with #ae4ecf background
background-color: #ae4ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 78, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 78, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4ecf; background: linear-gradient(135deg, #ae4ecf, #CF4E9A);