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