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