#af44da
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 68, 218
HSL
283°, 67%, 56%
CMYK
20, 69, 0, 15
Luminance
0.1831
Every format
| HEX | #af44da |
| RGB | rgb(175, 68, 218) |
| HSL | hsl(283, 67%, 56%) |
| CMYK | cmyk(20%, 69%, 0%, 15%) |
| LAB | lab(49.9 65.3 -57.5) |
| LCH | lch(49.9 87.0 318.7) |
| OKLCH | oklch(0.597 0.227 314.5) |
Copy-ready code
/* CSS */
color: #af44da;
background-color: #af44da;
/* Tailwind (arbitrary) */
class="text-[#af44da] bg-[#af44da]"
/* SCSS */
$brand: #af44da;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.855)
/* Android */
Color.parseColor("#af44da")Accessibility — WCAG contrast
Aa
#af44da on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af44da on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta68.8%
Yellow0.0%
Key (black)14.5%
Color previews
#af44da text on a black background
contrast 4.66:1
Card sample
#af44da text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af44da;
Background color
Panel with #af44da background
background-color: #af44da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af44da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af44da; background: linear-gradient(135deg, #af44da, #DA44A1);