#fbaeb0
a light, electric red · warm · closest name: pink
RGB
251, 174, 176
HSL
358°, 91%, 83%
CMYK
0, 31, 30, 2
Luminance
0.5392
Every format
| HEX | #fbaeb0 |
| RGB | rgb(251, 174, 176) |
| HSL | hsl(358, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 30%, 2%) |
| LAB | lab(78.4 28.4 10.4) |
| LCH | lch(78.4 30.3 20.1) |
| OKLCH | oklch(0.825 0.091 17.5) |
Copy-ready code
/* CSS */
color: #fbaeb0;
background-color: #fbaeb0;
/* Tailwind (arbitrary) */
class="text-[#fbaeb0] bg-[#fbaeb0]"
/* SCSS */
$brand: #fbaeb0;
/* SwiftUI */
Color(red: 0.984, green: 0.682, blue: 0.690)
/* Android */
Color.parseColor("#fbaeb0")Accessibility — WCAG contrast
Aa
#fbaeb0 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaeb0 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.2%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow29.9%
Key (black)1.6%
Color previews
#fbaeb0 text on a black background
contrast 11.78:1
Card sample
#fbaeb0 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaeb0;
Background color
Panel with #fbaeb0 background
background-color: #fbaeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 174, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 174, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaeb0; background: linear-gradient(135deg, #fbaeb0, #FBDFAE);