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