#af4da4
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 77, 164
HSL
307°, 39%, 49%
CMYK
0, 56, 6, 31
Luminance
0.1710
Every format
| HEX | #af4da4 |
| RGB | rgb(175, 77, 164) |
| HSL | hsl(307, 39%, 49%) |
| CMYK | cmyk(0%, 56%, 6%, 31%) |
| LAB | lab(48.4 51.3 -28.5) |
| LCH | lch(48.4 58.7 330.9) |
| OKLCH | oklch(0.576 0.166 332.0) |
Copy-ready code
/* CSS */
color: #af4da4;
background-color: #af4da4;
/* Tailwind (arbitrary) */
class="text-[#af4da4] bg-[#af4da4]"
/* SCSS */
$brand: #af4da4;
/* SwiftUI */
Color(red: 0.686, green: 0.302, blue: 0.643)
/* Android */
Color.parseColor("#af4da4")Accessibility — WCAG contrast
Aa
#af4da4 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4da4 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.2%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow6.3%
Key (black)31.4%
Color previews
#af4da4 text on a black background
contrast 4.42:1
Card sample
#af4da4 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4da4;
Background color
Panel with #af4da4 background
background-color: #af4da4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4da4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 77, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 77, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4da4; background: linear-gradient(135deg, #af4da4, #AF4D63);