#af59ce
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 89, 206
HSL
284°, 54%, 58%
CMYK
15, 57, 0, 19
Luminance
0.2071
Every format
| HEX | #af59ce |
| RGB | rgb(175, 89, 206) |
| HSL | hsl(284, 54%, 58%) |
| CMYK | cmyk(15%, 57%, 0%, 19%) |
| LAB | lab(52.6 53.4 -46.2) |
| LCH | lch(52.6 70.6 319.1) |
| OKLCH | oklch(0.614 0.187 316.2) |
Copy-ready code
/* CSS */
color: #af59ce;
background-color: #af59ce;
/* Tailwind (arbitrary) */
class="text-[#af59ce] bg-[#af59ce]"
/* SCSS */
$brand: #af59ce;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.808)
/* Android */
Color.parseColor("#af59ce")Accessibility — WCAG contrast
Aa
#af59ce on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af59ce on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta56.8%
Yellow0.0%
Key (black)19.2%
Color previews
#af59ce text on a black background
contrast 5.14:1
Card sample
#af59ce text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af59ce;
Background color
Panel with #af59ce background
background-color: #af59ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af59ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af59ce; background: linear-gradient(135deg, #af59ce, #CE599F);