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