#af5db7
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 93, 183
HSL
295°, 39%, 54%
CMYK
4, 49, 0, 28
Luminance
0.2036
Every format
| HEX | #af5db7 |
| RGB | rgb(175, 93, 183) |
| HSL | hsl(295, 39%, 54%) |
| CMYK | cmyk(4%, 49%, 0%, 28%) |
| LAB | lab(52.3 46.8 -33.6) |
| LCH | lch(52.3 57.6 324.3) |
| OKLCH | oklch(0.608 0.157 323.9) |
Copy-ready code
/* CSS */
color: #af5db7;
background-color: #af5db7;
/* Tailwind (arbitrary) */
class="text-[#af5db7] bg-[#af5db7]"
/* SCSS */
$brand: #af5db7;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.718)
/* Android */
Color.parseColor("#af5db7")Accessibility — WCAG contrast
Aa
#af5db7 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5db7 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue71.8%
CMYK percentages
Cyan4.4%
Magenta49.2%
Yellow0.0%
Key (black)28.2%
Color previews
#af5db7 text on a black background
contrast 5.07:1
Card sample
#af5db7 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5db7;
Background color
Panel with #af5db7 background
background-color: #af5db7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5db7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5db7; background: linear-gradient(135deg, #af5db7, #B75D83);