#ae6ddf
a light, vivid violet · warm · closest name: orchid
RGB
174, 109, 223
HSL
274°, 64%, 65%
CMYK
22, 51, 0, 13
Luminance
0.2526
Every format
| HEX | #ae6ddf |
| RGB | rgb(174, 109, 223) |
| HSL | hsl(274, 64%, 65%) |
| CMYK | cmyk(22%, 51%, 0%, 13%) |
| LAB | lab(57.3 46.5 -48.4) |
| LCH | lch(57.3 67.1 313.8) |
| OKLCH | oklch(0.651 0.174 308.7) |
Copy-ready code
/* CSS */
color: #ae6ddf;
background-color: #ae6ddf;
/* Tailwind (arbitrary) */
class="text-[#ae6ddf] bg-[#ae6ddf]"
/* SCSS */
$brand: #ae6ddf;
/* SwiftUI */
Color(red: 0.682, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#ae6ddf")Accessibility — WCAG contrast
Aa
#ae6ddf on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae6ddf on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green42.7%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ae6ddf text on a black background
contrast 6.05:1
Card sample
#ae6ddf text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6ddf;
Background color
Panel with #ae6ddf background
background-color: #ae6ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6ddf; background: linear-gradient(135deg, #ae6ddf, #DF6DC4);