#ae90eb
a light, vivid violet · warm · closest name: plum
RGB
174, 144, 235
HSL
260°, 70%, 74%
CMYK
26, 39, 0, 8
Luminance
0.3494
Every format
| HEX | #ae90eb |
| RGB | rgb(174, 144, 235) |
| HSL | hsl(260, 70%, 74%) |
| CMYK | cmyk(26%, 39%, 0%, 8%) |
| LAB | lab(65.7 29.9 -41.9) |
| LCH | lch(65.7 51.5 305.5) |
| OKLCH | oklch(0.716 0.133 298.2) |
Copy-ready code
/* CSS */
color: #ae90eb;
background-color: #ae90eb;
/* Tailwind (arbitrary) */
class="text-[#ae90eb] bg-[#ae90eb]"
/* SCSS */
$brand: #ae90eb;
/* SwiftUI */
Color(red: 0.682, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#ae90eb")Accessibility — WCAG contrast
Aa
#ae90eb on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae90eb on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green56.5%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ae90eb text on a black background
contrast 7.99:1
Card sample
#ae90eb text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae90eb;
Background color
Panel with #ae90eb background
background-color: #ae90eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae90eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae90eb; background: linear-gradient(135deg, #ae90eb, #EB90EB);