#ae83df
a light, vivid violet · warm · closest name: orchid
RGB
174, 131, 223
HSL
268°, 59%, 69%
CMYK
22, 41, 0, 13
Luminance
0.3056
Every format
| HEX | #ae83df |
| RGB | rgb(174, 131, 223) |
| HSL | hsl(268, 59%, 69%) |
| CMYK | cmyk(22%, 41%, 0%, 13%) |
| LAB | lab(62.1 34.4 -40.9) |
| LCH | lch(62.1 53.4 310.1) |
| OKLCH | oklch(0.687 0.138 304.6) |
Copy-ready code
/* CSS */
color: #ae83df;
background-color: #ae83df;
/* Tailwind (arbitrary) */
class="text-[#ae83df] bg-[#ae83df]"
/* SCSS */
$brand: #ae83df;
/* SwiftUI */
Color(red: 0.682, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#ae83df")Accessibility — WCAG contrast
Aa
#ae83df on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae83df on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green51.4%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ae83df text on a black background
contrast 7.11:1
Card sample
#ae83df text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae83df;
Background color
Panel with #ae83df background
background-color: #ae83df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae83df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae83df; background: linear-gradient(135deg, #ae83df, #DF83D3);