#af4db6
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 77, 182
HSL
296°, 42%, 51%
CMYK
4, 58, 0, 29
Luminance
0.1780
Every format
| HEX | #af4db6 |
| RGB | rgb(175, 77, 182) |
| HSL | hsl(296, 42%, 51%) |
| CMYK | cmyk(4%, 58%, 0%, 29%) |
| LAB | lab(49.3 54.5 -37.8) |
| LCH | lch(49.3 66.3 325.3) |
| OKLCH | oklch(0.586 0.182 324.9) |
Copy-ready code
/* CSS */
color: #af4db6;
background-color: #af4db6;
/* Tailwind (arbitrary) */
class="text-[#af4db6] bg-[#af4db6]"
/* SCSS */
$brand: #af4db6;
/* SwiftUI */
Color(red: 0.686, green: 0.302, blue: 0.714)
/* Android */
Color.parseColor("#af4db6")Accessibility — WCAG contrast
Aa
#af4db6 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4db6 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.2%
Blue71.4%
CMYK percentages
Cyan3.8%
Magenta57.7%
Yellow0.0%
Key (black)28.6%
Color previews
#af4db6 text on a black background
contrast 4.56:1
Card sample
#af4db6 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4db6;
Background color
Panel with #af4db6 background
background-color: #af4db6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4db6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 77, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 77, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4db6; background: linear-gradient(135deg, #af4db6, #B64D77);