#ae6cd3
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 108, 211
HSL
278°, 54%, 63%
CMYK
18, 49, 0, 17
Luminance
0.2443
Every format
| HEX | #ae6cd3 |
| RGB | rgb(174, 108, 211) |
| HSL | hsl(278, 54%, 63%) |
| CMYK | cmyk(18%, 49%, 0%, 17%) |
| LAB | lab(56.5 44.4 -43.0) |
| LCH | lch(56.5 61.8 315.9) |
| OKLCH | oklch(0.643 0.162 312.2) |
Copy-ready code
/* CSS */
color: #ae6cd3;
background-color: #ae6cd3;
/* Tailwind (arbitrary) */
class="text-[#ae6cd3] bg-[#ae6cd3]"
/* SCSS */
$brand: #ae6cd3;
/* SwiftUI */
Color(red: 0.682, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#ae6cd3")Accessibility — WCAG contrast
Aa
#ae6cd3 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae6cd3 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green42.4%
Blue82.7%
CMYK percentages
Cyan17.5%
Magenta48.8%
Yellow0.0%
Key (black)17.3%
Color previews
#ae6cd3 text on a black background
contrast 5.89:1
Card sample
#ae6cd3 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6cd3;
Background color
Panel with #ae6cd3 background
background-color: #ae6cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6cd3; background: linear-gradient(135deg, #ae6cd3, #D36CB3);