#af59db
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 89, 219
HSL
280°, 64%, 60%
CMYK
20, 59, 0, 14
Luminance
0.2137
Every format
| HEX | #af59db |
| RGB | rgb(175, 89, 219) |
| HSL | hsl(280, 64%, 60%) |
| CMYK | cmyk(20%, 59%, 0%, 14%) |
| LAB | lab(53.4 56.1 -52.5) |
| LCH | lch(53.4 76.8 316.9) |
| OKLCH | oklch(0.622 0.200 312.6) |
Copy-ready code
/* CSS */
color: #af59db;
background-color: #af59db;
/* Tailwind (arbitrary) */
class="text-[#af59db] bg-[#af59db]"
/* SCSS */
$brand: #af59db;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.859)
/* Android */
Color.parseColor("#af59db")Accessibility — WCAG contrast
Aa
#af59db on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af59db on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta59.4%
Yellow0.0%
Key (black)14.1%
Color previews
#af59db text on a black background
contrast 5.27:1
Card sample
#af59db text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af59db;
Background color
Panel with #af59db background
background-color: #af59db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af59db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af59db; background: linear-gradient(135deg, #af59db, #DB59B0);