#ae6eee
a light, electric violet · warm · closest name: slateblue
RGB
174, 110, 238
HSL
270°, 79%, 68%
CMYK
27, 54, 0, 7
Luminance
0.2632
Every format
| HEX | #ae6eee |
| RGB | rgb(174, 110, 238) |
| HSL | hsl(270, 79%, 68%) |
| CMYK | cmyk(27%, 54%, 0%, 7%) |
| LAB | lab(58.3 49.4 -55.2) |
| LCH | lch(58.3 74.1 311.8) |
| OKLCH | oklch(0.662 0.189 304.9) |
Copy-ready code
/* CSS */
color: #ae6eee;
background-color: #ae6eee;
/* Tailwind (arbitrary) */
class="text-[#ae6eee] bg-[#ae6eee]"
/* SCSS */
$brand: #ae6eee;
/* SwiftUI */
Color(red: 0.682, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#ae6eee")Accessibility — WCAG contrast
Aa
#ae6eee on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae6eee on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green43.1%
Blue93.3%
CMYK percentages
Cyan26.9%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#ae6eee text on a black background
contrast 6.26:1
Card sample
#ae6eee text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6eee;
Background color
Panel with #ae6eee background
background-color: #ae6eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6eee; background: linear-gradient(135deg, #ae6eee, #EE6ED9);