#fbc1ae
a light, electric red · warm · closest name: pink
RGB
251, 193, 174
HSL
15°, 91%, 83%
CMYK
0, 23, 31, 2
Luminance
0.6171
Every format
| HEX | #fbc1ae |
| RGB | rgb(251, 193, 174) |
| HSL | hsl(15, 91%, 83%) |
| CMYK | cmyk(0%, 23%, 31%, 2%) |
| LAB | lab(82.8 18.2 17.6) |
| LCH | lch(82.8 25.3 44.0) |
| OKLCH | oklch(0.858 0.072 38.9) |
Copy-ready code
/* CSS */
color: #fbc1ae;
background-color: #fbc1ae;
/* Tailwind (arbitrary) */
class="text-[#fbc1ae] bg-[#fbc1ae]"
/* SCSS */
$brand: #fbc1ae;
/* SwiftUI */
Color(red: 0.984, green: 0.757, blue: 0.682)
/* Android */
Color.parseColor("#fbc1ae")Accessibility — WCAG contrast
Aa
#fbc1ae on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc1ae on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green75.7%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow30.7%
Key (black)1.6%
Color previews
#fbc1ae text on a black background
contrast 13.34:1
Card sample
#fbc1ae text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc1ae;
Background color
Panel with #fbc1ae background
background-color: #fbc1ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc1ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 193, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 193, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc1ae; background: linear-gradient(135deg, #fbc1ae, #FBF4AE);