#af4ade
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 74, 222
HSL
281°, 69%, 58%
CMYK
21, 67, 0, 13
Luminance
0.1929
Every format
| HEX | #af4ade |
| RGB | rgb(175, 74, 222) |
| HSL | hsl(281, 69%, 58%) |
| CMYK | cmyk(21%, 67%, 0%, 13%) |
| LAB | lab(51.0 63.6 -57.9) |
| LCH | lch(51.0 86.1 317.7) |
| OKLCH | oklch(0.606 0.223 313.1) |
Copy-ready code
/* CSS */
color: #af4ade;
background-color: #af4ade;
/* Tailwind (arbitrary) */
class="text-[#af4ade] bg-[#af4ade]"
/* SCSS */
$brand: #af4ade;
/* SwiftUI */
Color(red: 0.686, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#af4ade")Accessibility — WCAG contrast
Aa
#af4ade on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4ade on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.0%
Blue87.1%
CMYK percentages
Cyan21.2%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#af4ade text on a black background
contrast 4.86:1
Card sample
#af4ade text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4ade;
Background color
Panel with #af4ade background
background-color: #af4ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4ade; background: linear-gradient(135deg, #af4ade, #DE4AAA);