#fb9da4
a light, electric red · warm · closest name: pink
RGB
251, 157, 164
HSL
356°, 92%, 80%
CMYK
0, 38, 35, 2
Luminance
0.4730
Every format
| HEX | #fb9da4 |
| RGB | rgb(251, 157, 164) |
| HSL | hsl(356, 92%, 80%) |
| CMYK | cmyk(0%, 38%, 35%, 2%) |
| LAB | lab(74.4 35.8 11.2) |
| LCH | lch(74.4 37.5 17.4) |
| OKLCH | oklch(0.793 0.113 15.1) |
Copy-ready code
/* CSS */
color: #fb9da4;
background-color: #fb9da4;
/* Tailwind (arbitrary) */
class="text-[#fb9da4] bg-[#fb9da4]"
/* SCSS */
$brand: #fb9da4;
/* SwiftUI */
Color(red: 0.984, green: 0.616, blue: 0.643)
/* Android */
Color.parseColor("#fb9da4")Accessibility — WCAG contrast
Aa
#fb9da4 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb9da4 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green61.6%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow34.7%
Key (black)1.6%
Color previews
#fb9da4 text on a black background
contrast 10.46:1
Card sample
#fb9da4 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb9da4;
Background color
Panel with #fb9da4 background
background-color: #fb9da4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb9da4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 157, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 157, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb9da4; background: linear-gradient(135deg, #fb9da4, #FBD59D);