#af4acf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 74, 207
HSL
286°, 58%, 55%
CMYK
16, 64, 0, 19
Luminance
0.1852
Every format
| HEX | #af4acf |
| RGB | rgb(175, 74, 207) |
| HSL | hsl(286, 58%, 55%) |
| CMYK | cmyk(16%, 64%, 0%, 19%) |
| LAB | lab(50.1 60.6 -50.8) |
| LCH | lch(50.1 79.1 320.0) |
| OKLCH | oklch(0.596 0.209 317.1) |
Copy-ready code
/* CSS */
color: #af4acf;
background-color: #af4acf;
/* Tailwind (arbitrary) */
class="text-[#af4acf] bg-[#af4acf]"
/* SCSS */
$brand: #af4acf;
/* SwiftUI */
Color(red: 0.686, green: 0.290, blue: 0.812)
/* Android */
Color.parseColor("#af4acf")Accessibility — WCAG contrast
Aa
#af4acf on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4acf on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.0%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta64.3%
Yellow0.0%
Key (black)18.8%
Color previews
#af4acf text on a black background
contrast 4.70:1
Card sample
#af4acf text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4acf;
Background color
Panel with #af4acf background
background-color: #af4acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 74, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 74, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4acf; background: linear-gradient(135deg, #af4acf, #CF4A96);