#ae70df
a light, vivid violet · warm · closest name: orchid
RGB
174, 112, 223
HSL
274°, 63%, 66%
CMYK
22, 50, 0, 13
Luminance
0.2591
Every format
| HEX | #ae70df |
| RGB | rgb(174, 112, 223) |
| HSL | hsl(274, 63%, 66%) |
| CMYK | cmyk(22%, 50%, 0%, 13%) |
| LAB | lab(58.0 44.9 -47.4) |
| LCH | lch(58.0 65.3 313.4) |
| OKLCH | oklch(0.656 0.169 308.2) |
Copy-ready code
/* CSS */
color: #ae70df;
background-color: #ae70df;
/* Tailwind (arbitrary) */
class="text-[#ae70df] bg-[#ae70df]"
/* SCSS */
$brand: #ae70df;
/* SwiftUI */
Color(red: 0.682, green: 0.439, blue: 0.875)
/* Android */
Color.parseColor("#ae70df")Accessibility — WCAG contrast
Aa
#ae70df on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae70df on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green43.9%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta49.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ae70df text on a black background
contrast 6.18:1
Card sample
#ae70df text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae70df;
Background color
Panel with #ae70df background
background-color: #ae70df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae70df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 112, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 112, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae70df; background: linear-gradient(135deg, #ae70df, #DF70C6);