#fc9da1
a light, electric red · warm · closest name: pink
RGB
252, 157, 161
HSL
358°, 94%, 80%
CMYK
0, 38, 36, 1
Luminance
0.4738
Every format
| HEX | #fc9da1 |
| RGB | rgb(252, 157, 161) |
| HSL | hsl(358, 94%, 80%) |
| CMYK | cmyk(0%, 38%, 36%, 1%) |
| LAB | lab(74.4 35.8 13.0) |
| LCH | lch(74.4 38.1 19.9) |
| OKLCH | oklch(0.793 0.114 17.2) |
Copy-ready code
/* CSS */
color: #fc9da1;
background-color: #fc9da1;
/* Tailwind (arbitrary) */
class="text-[#fc9da1] bg-[#fc9da1]"
/* SCSS */
$brand: #fc9da1;
/* SwiftUI */
Color(red: 0.988, green: 0.616, blue: 0.631)
/* Android */
Color.parseColor("#fc9da1")Accessibility — WCAG contrast
Aa
#fc9da1 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9da1 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green61.6%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow36.1%
Key (black)1.2%
Color previews
#fc9da1 text on a black background
contrast 10.48:1
Card sample
#fc9da1 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9da1;
Background color
Panel with #fc9da1 background
background-color: #fc9da1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9da1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 157, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 157, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9da1; background: linear-gradient(135deg, #fc9da1, #FCD89D);