#af5db1
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 93, 177
HSL
299°, 35%, 53%
CMYK
1, 48, 0, 31
Luminance
0.2012
Every format
| HEX | #af5db1 |
| RGB | rgb(175, 93, 177) |
| HSL | hsl(299, 35%, 53%) |
| CMYK | cmyk(1%, 48%, 0%, 31%) |
| LAB | lab(52.0 45.7 -30.6) |
| LCH | lch(52.0 55.0 326.2) |
| OKLCH | oklch(0.605 0.151 326.4) |
Copy-ready code
/* CSS */
color: #af5db1;
background-color: #af5db1;
/* Tailwind (arbitrary) */
class="text-[#af5db1] bg-[#af5db1]"
/* SCSS */
$brand: #af5db1;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.694)
/* Android */
Color.parseColor("#af5db1")Accessibility — WCAG contrast
Aa
#af5db1 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5db1 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue69.4%
CMYK percentages
Cyan1.1%
Magenta47.5%
Yellow0.0%
Key (black)30.6%
Color previews
#af5db1 text on a black background
contrast 5.02:1
Card sample
#af5db1 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5db1;
Background color
Panel with #af5db1 background
background-color: #af5db1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5db1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5db1; background: linear-gradient(135deg, #af5db1, #B15D7B);