#ae6cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 108, 223
HSL
274°, 64%, 65%
CMYK
22, 52, 0, 13
Luminance
0.2505
Every format
| HEX | #ae6cdf |
| RGB | rgb(174, 108, 223) |
| HSL | hsl(274, 64%, 65%) |
| CMYK | cmyk(22%, 52%, 0%, 13%) |
| LAB | lab(57.1 47.0 -48.8) |
| LCH | lch(57.1 67.7 314.0) |
| OKLCH | oklch(0.650 0.175 308.8) |
Copy-ready code
/* CSS */
color: #ae6cdf;
background-color: #ae6cdf;
/* Tailwind (arbitrary) */
class="text-[#ae6cdf] bg-[#ae6cdf]"
/* SCSS */
$brand: #ae6cdf;
/* SwiftUI */
Color(red: 0.682, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#ae6cdf")Accessibility — WCAG contrast
Aa
#ae6cdf on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae6cdf on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green42.4%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ae6cdf text on a black background
contrast 6.01:1
Card sample
#ae6cdf text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6cdf;
Background color
Panel with #ae6cdf background
background-color: #ae6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6cdf; background: linear-gradient(135deg, #ae6cdf, #DF6CC3);