#af36cf
a balanced, vivid violet · warm · closest name: purple
RGB
175, 54, 207
HSL
288°, 61%, 51%
CMYK
16, 74, 0, 19
Luminance
0.1626
Every format
| HEX | #af36cf |
| RGB | rgb(175, 54, 207) |
| HSL | hsl(288, 61%, 51%) |
| CMYK | cmyk(16%, 74%, 0%, 19%) |
| LAB | lab(47.3 68.5 -55.3) |
| LCH | lch(47.3 88.1 321.1) |
| OKLCH | oklch(0.576 0.233 318.2) |
Copy-ready code
/* CSS */
color: #af36cf;
background-color: #af36cf;
/* Tailwind (arbitrary) */
class="text-[#af36cf] bg-[#af36cf]"
/* SCSS */
$brand: #af36cf;
/* SwiftUI */
Color(red: 0.686, green: 0.212, blue: 0.812)
/* Android */
Color.parseColor("#af36cf")Accessibility — WCAG contrast
Aa
#af36cf on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af36cf on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.2%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta73.9%
Yellow0.0%
Key (black)18.8%
Color previews
#af36cf text on a black background
contrast 4.25:1
Card sample
#af36cf text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af36cf;
Background color
Panel with #af36cf background
background-color: #af36cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af36cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 54, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 54, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af36cf; background: linear-gradient(135deg, #af36cf, #CF3689);