#fd8eac
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 142, 172
HSL
344°, 97%, 78%
CMYK
0, 44, 32, 1
Luminance
0.4321
Every format
| HEX | #fd8eac |
| RGB | rgb(253, 142, 172) |
| HSL | hsl(344, 97%, 78%) |
| CMYK | cmyk(0%, 44%, 32%, 1%) |
| LAB | lab(71.7 45.2 3.0) |
| LCH | lch(71.7 45.3 3.8) |
| OKLCH | oklch(0.774 0.137 3.5) |
Copy-ready code
/* CSS */
color: #fd8eac;
background-color: #fd8eac;
/* Tailwind (arbitrary) */
class="text-[#fd8eac] bg-[#fd8eac]"
/* SCSS */
$brand: #fd8eac;
/* SwiftUI */
Color(red: 0.992, green: 0.557, blue: 0.675)
/* Android */
Color.parseColor("#fd8eac")Accessibility — WCAG contrast
Aa
#fd8eac on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8eac on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow32.0%
Key (black)0.8%
Color previews
#fd8eac text on a black background
contrast 9.64:1
Card sample
#fd8eac text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8eac;
Background color
Panel with #fd8eac background
background-color: #fd8eac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8eac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 142, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 142, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8eac; background: linear-gradient(135deg, #fd8eac, #FDBA8E);