#af59df
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 89, 223
HSL
279°, 68%, 61%
CMYK
22, 60, 0, 13
Luminance
0.2159
Every format
| HEX | #af59df |
| RGB | rgb(175, 89, 223) |
| HSL | hsl(279, 68%, 61%) |
| CMYK | cmyk(22%, 60%, 0%, 13%) |
| LAB | lab(53.6 57.0 -54.4) |
| LCH | lch(53.6 78.8 316.3) |
| OKLCH | oklch(0.624 0.204 311.5) |
Copy-ready code
/* CSS */
color: #af59df;
background-color: #af59df;
/* Tailwind (arbitrary) */
class="text-[#af59df] bg-[#af59df]"
/* SCSS */
$brand: #af59df;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.875)
/* Android */
Color.parseColor("#af59df")Accessibility — WCAG contrast
Aa
#af59df on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af59df on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta60.1%
Yellow0.0%
Key (black)12.5%
Color previews
#af59df text on a black background
contrast 5.32:1
Card sample
#af59df text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af59df;
Background color
Panel with #af59df background
background-color: #af59df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af59df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af59df; background: linear-gradient(135deg, #af59df, #DF59B6);