#af42da
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 66, 218
HSL
283°, 67%, 56%
CMYK
20, 70, 0, 15
Luminance
0.1807
Every format
| HEX | #af42da |
| RGB | rgb(175, 66, 218) |
| HSL | hsl(283, 67%, 56%) |
| CMYK | cmyk(20%, 70%, 0%, 15%) |
| LAB | lab(49.6 66.2 -58.0) |
| LCH | lch(49.6 88.0 318.8) |
| OKLCH | oklch(0.595 0.230 314.6) |
Copy-ready code
/* CSS */
color: #af42da;
background-color: #af42da;
/* Tailwind (arbitrary) */
class="text-[#af42da] bg-[#af42da]"
/* SCSS */
$brand: #af42da;
/* SwiftUI */
Color(red: 0.686, green: 0.259, blue: 0.855)
/* Android */
Color.parseColor("#af42da")Accessibility — WCAG contrast
Aa
#af42da on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af42da on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.9%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta69.7%
Yellow0.0%
Key (black)14.5%
Color previews
#af42da text on a black background
contrast 4.61:1
Card sample
#af42da text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af42da;
Background color
Panel with #af42da background
background-color: #af42da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af42da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 66, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 66, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af42da; background: linear-gradient(135deg, #af42da, #DA42A0);