#af44ce
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 68, 206
HSL
287°, 59%, 54%
CMYK
15, 67, 0, 19
Luminance
0.1770
Every format
| HEX | #af44ce |
| RGB | rgb(175, 68, 206) |
| HSL | hsl(287, 59%, 54%) |
| CMYK | cmyk(15%, 67%, 0%, 19%) |
| LAB | lab(49.1 63.0 -51.8) |
| LCH | lch(49.1 81.6 320.6) |
| OKLCH | oklch(0.589 0.216 317.7) |
Copy-ready code
/* CSS */
color: #af44ce;
background-color: #af44ce;
/* Tailwind (arbitrary) */
class="text-[#af44ce] bg-[#af44ce]"
/* SCSS */
$brand: #af44ce;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.808)
/* Android */
Color.parseColor("#af44ce")Accessibility — WCAG contrast
Aa
#af44ce on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af44ce on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta67.0%
Yellow0.0%
Key (black)19.2%
Color previews
#af44ce text on a black background
contrast 4.54:1
Card sample
#af44ce text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af44ce;
Background color
Panel with #af44ce background
background-color: #af44ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af44ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af44ce; background: linear-gradient(135deg, #af44ce, #CE4491);