#fd8dac
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 141, 172
HSL
343°, 97%, 77%
CMYK
0, 44, 32, 1
Luminance
0.4291
Every format
| HEX | #fd8dac |
| RGB | rgb(253, 141, 172) |
| HSL | hsl(343, 97%, 77%) |
| CMYK | cmyk(0%, 44%, 32%, 1%) |
| LAB | lab(71.5 45.7 2.7) |
| LCH | lch(71.5 45.8 3.4) |
| OKLCH | oklch(0.772 0.139 3.1) |
Copy-ready code
/* CSS */
color: #fd8dac;
background-color: #fd8dac;
/* Tailwind (arbitrary) */
class="text-[#fd8dac] bg-[#fd8dac]"
/* SCSS */
$brand: #fd8dac;
/* SwiftUI */
Color(red: 0.992, green: 0.553, blue: 0.675)
/* Android */
Color.parseColor("#fd8dac")Accessibility — WCAG contrast
Aa
#fd8dac on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8dac on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow32.0%
Key (black)0.8%
Color previews
#fd8dac text on a black background
contrast 9.58:1
Card sample
#fd8dac text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8dac;
Background color
Panel with #fd8dac background
background-color: #fd8dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 141, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 141, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8dac; background: linear-gradient(135deg, #fd8dac, #FDB98D);