#af6acf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 106, 207
HSL
281°, 51%, 61%
CMYK
16, 49, 0, 19
Luminance
0.2393
Every format
| HEX | #af6acf |
| RGB | rgb(175, 106, 207) |
| HSL | hsl(281, 51%, 61%) |
| CMYK | cmyk(16%, 49%, 0%, 19%) |
| LAB | lab(56.0 44.9 -41.5) |
| LCH | lch(56.0 61.1 317.2) |
| OKLCH | oklch(0.639 0.161 314.2) |
Copy-ready code
/* CSS */
color: #af6acf;
background-color: #af6acf;
/* Tailwind (arbitrary) */
class="text-[#af6acf] bg-[#af6acf]"
/* SCSS */
$brand: #af6acf;
/* SwiftUI */
Color(red: 0.686, green: 0.416, blue: 0.812)
/* Android */
Color.parseColor("#af6acf")Accessibility — WCAG contrast
Aa
#af6acf on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6acf on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.6%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta48.8%
Yellow0.0%
Key (black)18.8%
Color previews
#af6acf text on a black background
contrast 5.79:1
Card sample
#af6acf text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6acf;
Background color
Panel with #af6acf background
background-color: #af6acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 106, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 106, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6acf; background: linear-gradient(135deg, #af6acf, #CF6AAC);