#af58cd
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 88, 205
HSL
285°, 54%, 58%
CMYK
15, 57, 0, 20
Luminance
0.2050
Every format
| HEX | #af58cd |
| RGB | rgb(175, 88, 205) |
| HSL | hsl(285, 54%, 58%) |
| CMYK | cmyk(15%, 57%, 0%, 20%) |
| LAB | lab(52.4 53.7 -46.0) |
| LCH | lch(52.4 70.7 319.4) |
| OKLCH | oklch(0.612 0.187 316.6) |
Copy-ready code
/* CSS */
color: #af58cd;
background-color: #af58cd;
/* Tailwind (arbitrary) */
class="text-[#af58cd] bg-[#af58cd]"
/* SCSS */
$brand: #af58cd;
/* SwiftUI */
Color(red: 0.686, green: 0.345, blue: 0.804)
/* Android */
Color.parseColor("#af58cd")Accessibility — WCAG contrast
Aa
#af58cd on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af58cd on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.5%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta57.1%
Yellow0.0%
Key (black)19.6%
Color previews
#af58cd text on a black background
contrast 5.10:1
Card sample
#af58cd text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af58cd;
Background color
Panel with #af58cd background
background-color: #af58cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af58cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 88, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 88, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af58cd; background: linear-gradient(135deg, #af58cd, #CD589D);