#af5da4
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 93, 164
HSL
308°, 34%, 53%
CMYK
0, 47, 6, 31
Luminance
0.1962
Every format
| HEX | #af5da4 |
| RGB | rgb(175, 93, 164) |
| HSL | hsl(308, 34%, 53%) |
| CMYK | cmyk(0%, 47%, 6%, 31%) |
| LAB | lab(51.4 43.3 -23.9) |
| LCH | lch(51.4 49.4 331.1) |
| OKLCH | oklch(0.599 0.140 332.3) |
Copy-ready code
/* CSS */
color: #af5da4;
background-color: #af5da4;
/* Tailwind (arbitrary) */
class="text-[#af5da4] bg-[#af5da4]"
/* SCSS */
$brand: #af5da4;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.643)
/* Android */
Color.parseColor("#af5da4")Accessibility — WCAG contrast
Aa
#af5da4 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5da4 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow6.3%
Key (black)31.4%
Color previews
#af5da4 text on a black background
contrast 4.92:1
Card sample
#af5da4 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5da4;
Background color
Panel with #af5da4 background
background-color: #af5da4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5da4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5da4; background: linear-gradient(135deg, #af5da4, #AF5D6D);