#fbaebd
a light, electric red · warm · closest name: pink
RGB
251, 174, 189
HSL
348°, 91%, 83%
CMYK
0, 31, 25, 2
Luminance
0.5446
Every format
| HEX | #fbaebd |
| RGB | rgb(251, 174, 189) |
| HSL | hsl(348, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 25%, 2%) |
| LAB | lab(78.7 30.2 3.8) |
| LCH | lch(78.7 30.4 7.1) |
| OKLCH | oklch(0.828 0.092 6.5) |
Copy-ready code
/* CSS */
color: #fbaebd;
background-color: #fbaebd;
/* Tailwind (arbitrary) */
class="text-[#fbaebd] bg-[#fbaebd]"
/* SCSS */
$brand: #fbaebd;
/* SwiftUI */
Color(red: 0.984, green: 0.682, blue: 0.741)
/* Android */
Color.parseColor("#fbaebd")Accessibility — WCAG contrast
Aa
#fbaebd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaebd on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.2%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow24.7%
Key (black)1.6%
Color previews
#fbaebd text on a black background
contrast 11.89:1
Card sample
#fbaebd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaebd;
Background color
Panel with #fbaebd background
background-color: #fbaebd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaebd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 174, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 174, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaebd; background: linear-gradient(135deg, #fbaebd, #FBD2AE);