#fbfacb
a pale, electric yellow · cool · closest name: beige
RGB
251, 250, 203
HSL
59°, 86%, 89%
CMYK
0, 0, 19, 2
Luminance
0.9319
Every format
| HEX | #fbfacb |
| RGB | rgb(251, 250, 203) |
| HSL | hsl(59, 86%, 89%) |
| CMYK | cmyk(0%, 0%, 19%, 2%) |
| LAB | lab(97.3 -7.1 22.7) |
| LCH | lch(97.3 23.8 107.4) |
| OKLCH | oklch(0.974 0.061 106.5) |
Copy-ready code
/* CSS */
color: #fbfacb;
background-color: #fbfacb;
/* Tailwind (arbitrary) */
class="text-[#fbfacb] bg-[#fbfacb]"
/* SCSS */
$brand: #fbfacb;
/* SwiftUI */
Color(red: 0.984, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#fbfacb")Accessibility — WCAG contrast
Aa
#fbfacb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfacb on black: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green98.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow19.1%
Key (black)1.6%
Color previews
#fbfacb text on a black background
contrast 19.64:1
Card sample
#fbfacb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfacb;
Background color
Panel with #fbfacb background
background-color: #fbfacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfacb; background: linear-gradient(135deg, #fbfacb, #DCFBCB);