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