#af54cf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 84, 207
HSL
284°, 56%, 57%
CMYK
16, 59, 0, 19
Luminance
0.1996
Every format
| HEX | #af54cf |
| RGB | rgb(175, 84, 207) |
| HSL | hsl(284, 56%, 57%) |
| CMYK | cmyk(16%, 59%, 0%, 19%) |
| LAB | lab(51.8 56.0 -48.1) |
| LCH | lch(51.8 73.9 319.3) |
| OKLCH | oklch(0.608 0.195 316.4) |
Copy-ready code
/* CSS */
color: #af54cf;
background-color: #af54cf;
/* Tailwind (arbitrary) */
class="text-[#af54cf] bg-[#af54cf]"
/* SCSS */
$brand: #af54cf;
/* SwiftUI */
Color(red: 0.686, green: 0.329, blue: 0.812)
/* Android */
Color.parseColor("#af54cf")Accessibility — WCAG contrast
Aa
#af54cf on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af54cf on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.9%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta59.4%
Yellow0.0%
Key (black)18.8%
Color previews
#af54cf text on a black background
contrast 4.99:1
Card sample
#af54cf text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af54cf;
Background color
Panel with #af54cf background
background-color: #af54cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af54cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 84, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 84, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af54cf; background: linear-gradient(135deg, #af54cf, #CF549D);