#af44cc
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 68, 204
HSL
287°, 57%, 53%
CMYK
14, 67, 0, 20
Luminance
0.1761
Every format
| HEX | #af44cc |
| RGB | rgb(175, 68, 204) |
| HSL | hsl(287, 57%, 53%) |
| CMYK | cmyk(14%, 67%, 0%, 20%) |
| LAB | lab(49.0 62.6 -50.9) |
| LCH | lch(49.0 80.7 320.9) |
| OKLCH | oklch(0.588 0.214 318.3) |
Copy-ready code
/* CSS */
color: #af44cc;
background-color: #af44cc;
/* Tailwind (arbitrary) */
class="text-[#af44cc] bg-[#af44cc]"
/* SCSS */
$brand: #af44cc;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.800)
/* Android */
Color.parseColor("#af44cc")Accessibility — WCAG contrast
Aa
#af44cc on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af44cc on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta66.7%
Yellow0.0%
Key (black)20.0%
Color previews
#af44cc text on a black background
contrast 4.52:1
Card sample
#af44cc text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af44cc;
Background color
Panel with #af44cc background
background-color: #af44cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af44cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af44cc; background: linear-gradient(135deg, #af44cc, #CC448E);