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