#ae75eb
a light, vivid violet · warm · closest name: slateblue
RGB
174, 117, 235
HSL
269°, 75%, 69%
CMYK
26, 50, 0, 8
Luminance
0.2772
Every format
| HEX | #ae75eb |
| RGB | rgb(174, 117, 235) |
| HSL | hsl(269, 75%, 69%) |
| CMYK | cmyk(26%, 50%, 0%, 8%) |
| LAB | lab(59.6 44.9 -51.5) |
| LCH | lch(59.6 68.3 311.1) |
| OKLCH | oklch(0.671 0.175 304.4) |
Copy-ready code
/* CSS */
color: #ae75eb;
background-color: #ae75eb;
/* Tailwind (arbitrary) */
class="text-[#ae75eb] bg-[#ae75eb]"
/* SCSS */
$brand: #ae75eb;
/* SwiftUI */
Color(red: 0.682, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#ae75eb")Accessibility — WCAG contrast
Aa
#ae75eb on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae75eb on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green45.9%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ae75eb text on a black background
contrast 6.54:1
Card sample
#ae75eb text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae75eb;
Background color
Panel with #ae75eb background
background-color: #ae75eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae75eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae75eb; background: linear-gradient(135deg, #ae75eb, #EB75D9);