#af43cf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 67, 207
HSL
286°, 59%, 54%
CMYK
16, 68, 0, 19
Luminance
0.1763
Every format
| HEX | #af43cf |
| RGB | rgb(175, 67, 207) |
| HSL | hsl(286, 59%, 54%) |
| CMYK | cmyk(16%, 68%, 0%, 19%) |
| LAB | lab(49.0 63.6 -52.5) |
| LCH | lch(49.0 82.5 320.4) |
| OKLCH | oklch(0.589 0.218 317.5) |
Copy-ready code
/* CSS */
color: #af43cf;
background-color: #af43cf;
/* Tailwind (arbitrary) */
class="text-[#af43cf] bg-[#af43cf]"
/* SCSS */
$brand: #af43cf;
/* SwiftUI */
Color(red: 0.686, green: 0.263, blue: 0.812)
/* Android */
Color.parseColor("#af43cf")Accessibility — WCAG contrast
Aa
#af43cf on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af43cf on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.3%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta67.6%
Yellow0.0%
Key (black)18.8%
Color previews
#af43cf text on a black background
contrast 4.53:1
Card sample
#af43cf text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af43cf;
Background color
Panel with #af43cf background
background-color: #af43cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af43cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 67, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 67, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af43cf; background: linear-gradient(135deg, #af43cf, #CF4392);