#ae35df
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 53, 223
HSL
283°, 73%, 54%
CMYK
22, 76, 0, 13
Luminance
0.1687
Every format
| HEX | #ae35df |
| RGB | rgb(174, 53, 223) |
| HSL | hsl(283, 73%, 54%) |
| CMYK | cmyk(22%, 76%, 0%, 13%) |
| LAB | lab(48.1 71.7 -63.2) |
| LCH | lch(48.1 95.6 318.6) |
| OKLCH | oklch(0.585 0.247 313.8) |
Copy-ready code
/* CSS */
color: #ae35df;
background-color: #ae35df;
/* Tailwind (arbitrary) */
class="text-[#ae35df] bg-[#ae35df]"
/* SCSS */
$brand: #ae35df;
/* SwiftUI */
Color(red: 0.682, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#ae35df")Accessibility — WCAG contrast
Aa
#ae35df on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae35df on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green20.8%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ae35df text on a black background
contrast 4.37:1
Card sample
#ae35df text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae35df;
Background color
Panel with #ae35df background
background-color: #ae35df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae35df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae35df; background: linear-gradient(135deg, #ae35df, #DF359F);