#ae75df
a light, vivid violet · warm · closest name: orchid
RGB
174, 117, 223
HSL
272°, 62%, 67%
CMYK
22, 48, 0, 13
Luminance
0.2705
Every format
| HEX | #ae75df |
| RGB | rgb(174, 117, 223) |
| HSL | hsl(272, 62%, 67%) |
| CMYK | cmyk(22%, 48%, 0%, 13%) |
| LAB | lab(59.0 42.2 -45.8) |
| LCH | lch(59.0 62.2 312.7) |
| OKLCH | oklch(0.664 0.161 307.4) |
Copy-ready code
/* CSS */
color: #ae75df;
background-color: #ae75df;
/* Tailwind (arbitrary) */
class="text-[#ae75df] bg-[#ae75df]"
/* SCSS */
$brand: #ae75df;
/* SwiftUI */
Color(red: 0.682, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#ae75df")Accessibility — WCAG contrast
Aa
#ae75df on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae75df on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green45.9%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta47.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ae75df text on a black background
contrast 6.41:1
Card sample
#ae75df text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae75df;
Background color
Panel with #ae75df background
background-color: #ae75df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae75df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae75df; background: linear-gradient(135deg, #ae75df, #DF75C9);