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