#ae80df
a light, vivid violet · warm · closest name: orchid
RGB
174, 128, 223
HSL
269°, 60%, 69%
CMYK
22, 43, 0, 13
Luminance
0.2976
Every format
| HEX | #ae80df |
| RGB | rgb(174, 128, 223) |
| HSL | hsl(269, 60%, 69%) |
| CMYK | cmyk(22%, 43%, 0%, 13%) |
| LAB | lab(61.5 36.1 -41.9) |
| LCH | lch(61.5 55.3 310.7) |
| OKLCH | oklch(0.682 0.143 305.2) |
Copy-ready code
/* CSS */
color: #ae80df;
background-color: #ae80df;
/* Tailwind (arbitrary) */
class="text-[#ae80df] bg-[#ae80df]"
/* SCSS */
$brand: #ae80df;
/* SwiftUI */
Color(red: 0.682, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#ae80df")Accessibility — WCAG contrast
Aa
#ae80df on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae80df on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green50.2%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ae80df text on a black background
contrast 6.95:1
Card sample
#ae80df text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae80df;
Background color
Panel with #ae80df background
background-color: #ae80df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae80df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae80df; background: linear-gradient(135deg, #ae80df, #DF80D1);