#ae4ccc
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 76, 204
HSL
286°, 56%, 55%
CMYK
15, 63, 0, 20
Luminance
0.1853
Every format
| HEX | #ae4ccc |
| RGB | rgb(174, 76, 204) |
| HSL | hsl(286, 56%, 55%) |
| CMYK | cmyk(15%, 63%, 0%, 20%) |
| LAB | lab(50.1 58.9 -49.1) |
| LCH | lch(50.1 76.7 320.2) |
| OKLCH | oklch(0.596 0.203 317.5) |
Copy-ready code
/* CSS */
color: #ae4ccc;
background-color: #ae4ccc;
/* Tailwind (arbitrary) */
class="text-[#ae4ccc] bg-[#ae4ccc]"
/* SCSS */
$brand: #ae4ccc;
/* SwiftUI */
Color(red: 0.682, green: 0.298, blue: 0.800)
/* Android */
Color.parseColor("#ae4ccc")Accessibility — WCAG contrast
Aa
#ae4ccc on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae4ccc on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green29.8%
Blue80.0%
CMYK percentages
Cyan14.7%
Magenta62.7%
Yellow0.0%
Key (black)20.0%
Color previews
#ae4ccc text on a black background
contrast 4.71:1
Card sample
#ae4ccc text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4ccc;
Background color
Panel with #ae4ccc background
background-color: #ae4ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 76, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 76, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4ccc; background: linear-gradient(135deg, #ae4ccc, #CC4C95);