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