#ae6ac8
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 106, 200
HSL
283°, 46%, 60%
CMYK
13, 47, 0, 22
Luminance
0.2348
Every format
| HEX | #ae6ac8 |
| RGB | rgb(174, 106, 200) |
| HSL | hsl(283, 46%, 60%) |
| CMYK | cmyk(13%, 47%, 0%, 22%) |
| LAB | lab(55.6 43.1 -38.2) |
| LCH | lch(55.6 57.6 318.4) |
| OKLCH | oklch(0.635 0.153 316.1) |
Copy-ready code
/* CSS */
color: #ae6ac8;
background-color: #ae6ac8;
/* Tailwind (arbitrary) */
class="text-[#ae6ac8] bg-[#ae6ac8]"
/* SCSS */
$brand: #ae6ac8;
/* SwiftUI */
Color(red: 0.682, green: 0.416, blue: 0.784)
/* Android */
Color.parseColor("#ae6ac8")Accessibility — WCAG contrast
Aa
#ae6ac8 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae6ac8 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green41.6%
Blue78.4%
CMYK percentages
Cyan13.0%
Magenta47.0%
Yellow0.0%
Key (black)21.6%
Color previews
#ae6ac8 text on a black background
contrast 5.70:1
Card sample
#ae6ac8 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6ac8;
Background color
Panel with #ae6ac8 background
background-color: #ae6ac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6ac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 106, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 106, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6ac8; background: linear-gradient(135deg, #ae6ac8, #C86AA3);