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