#af6cb6
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 108, 182
HSL
294°, 34%, 57%
CMYK
4, 41, 0, 29
Luminance
0.2322
Every format
| HEX | #af6cb6 |
| RGB | rgb(175, 108, 182) |
| HSL | hsl(294, 34%, 57%) |
| CMYK | cmyk(4%, 41%, 0%, 29%) |
| LAB | lab(55.3 38.6 -28.3) |
| LCH | lch(55.3 47.9 323.8) |
| OKLCH | oklch(0.630 0.131 323.6) |
Copy-ready code
/* CSS */
color: #af6cb6;
background-color: #af6cb6;
/* Tailwind (arbitrary) */
class="text-[#af6cb6] bg-[#af6cb6]"
/* SCSS */
$brand: #af6cb6;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.714)
/* Android */
Color.parseColor("#af6cb6")Accessibility — WCAG contrast
Aa
#af6cb6 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6cb6 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue71.4%
CMYK percentages
Cyan3.8%
Magenta40.7%
Yellow0.0%
Key (black)28.6%
Color previews
#af6cb6 text on a black background
contrast 5.64:1
Card sample
#af6cb6 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6cb6;
Background color
Panel with #af6cb6 background
background-color: #af6cb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6cb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6cb6; background: linear-gradient(135deg, #af6cb6, #B66C8C);