#af0dbf
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 13, 191
HSL
295°, 87%, 40%
CMYK
8, 93, 0, 25
Luminance
0.1316
Every format
| HEX | #af0dbf |
| RGB | rgb(175, 13, 191) |
| HSL | hsl(295, 87%, 40%) |
| CMYK | cmyk(8%, 93%, 0%, 25%) |
| LAB | lab(43.0 75.2 -53.0) |
| LCH | lch(43.0 92.0 324.9) |
| OKLCH | oklch(0.542 0.250 323.6) |
Copy-ready code
/* CSS */
color: #af0dbf;
background-color: #af0dbf;
/* Tailwind (arbitrary) */
class="text-[#af0dbf] bg-[#af0dbf]"
/* SCSS */
$brand: #af0dbf;
/* SwiftUI */
Color(red: 0.686, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#af0dbf")Accessibility — WCAG contrast
Aa
#af0dbf on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0dbf on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.1%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#af0dbf text on a black background
contrast 3.63:1
Card sample
#af0dbf text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0dbf;
Background color
Panel with #af0dbf background
background-color: #af0dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0dbf; background: linear-gradient(135deg, #af0dbf, #BF0D58);