#af5db3
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 93, 179
HSL
297°, 36%, 53%
CMYK
2, 48, 0, 30
Luminance
0.2020
Every format
| HEX | #af5db3 |
| RGB | rgb(175, 93, 179) |
| HSL | hsl(297, 36%, 53%) |
| CMYK | cmyk(2%, 48%, 0%, 30%) |
| LAB | lab(52.1 46.0 -31.6) |
| LCH | lch(52.1 55.8 325.5) |
| OKLCH | oklch(0.606 0.153 325.5) |
Copy-ready code
/* CSS */
color: #af5db3;
background-color: #af5db3;
/* Tailwind (arbitrary) */
class="text-[#af5db3] bg-[#af5db3]"
/* SCSS */
$brand: #af5db3;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.702)
/* Android */
Color.parseColor("#af5db3")Accessibility — WCAG contrast
Aa
#af5db3 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5db3 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue70.2%
CMYK percentages
Cyan2.2%
Magenta48.0%
Yellow0.0%
Key (black)29.8%
Color previews
#af5db3 text on a black background
contrast 5.04:1
Card sample
#af5db3 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5db3;
Background color
Panel with #af5db3 background
background-color: #af5db3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5db3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5db3; background: linear-gradient(135deg, #af5db3, #B35D7E);