#af4cd0
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 76, 208
HSL
285°, 58%, 56%
CMYK
16, 64, 0, 18
Luminance
0.1884
Every format
| HEX | #af4cd0 |
| RGB | rgb(175, 76, 208) |
| HSL | hsl(285, 58%, 56%) |
| CMYK | cmyk(16%, 64%, 0%, 18%) |
| LAB | lab(50.5 59.9 -50.8) |
| LCH | lch(50.5 78.6 319.7) |
| OKLCH | oklch(0.599 0.207 316.7) |
Copy-ready code
/* CSS */
color: #af4cd0;
background-color: #af4cd0;
/* Tailwind (arbitrary) */
class="text-[#af4cd0] bg-[#af4cd0]"
/* SCSS */
$brand: #af4cd0;
/* SwiftUI */
Color(red: 0.686, green: 0.298, blue: 0.816)
/* Android */
Color.parseColor("#af4cd0")Accessibility — WCAG contrast
Aa
#af4cd0 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4cd0 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.8%
Blue81.6%
CMYK percentages
Cyan15.9%
Magenta63.5%
Yellow0.0%
Key (black)18.4%
Color previews
#af4cd0 text on a black background
contrast 4.77:1
Card sample
#af4cd0 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4cd0;
Background color
Panel with #af4cd0 background
background-color: #af4cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 76, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 76, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4cd0; background: linear-gradient(135deg, #af4cd0, #D04C99);