#fbfade
a pale, electric yellow · cool · “beige”
RGB
251, 250, 222
HSL
58°, 78%, 93%
CMYK
0, 0, 12, 2
Luminance
0.9415
Every format
| HEX | #fbfade |
| RGB | rgb(251, 250, 222) |
| HSL | hsl(58, 78%, 93%) |
| CMYK | cmyk(0%, 0%, 12%, 2%) |
| LAB | lab(97.7 -4.3 13.6) |
| LCH | lch(97.7 14.2 107.6) |
| OKLCH | oklch(0.979 0.036 105.4) |
Copy-ready code
/* CSS */
color: #fbfade;
background-color: #fbfade;
/* Tailwind (arbitrary) */
class="text-[#fbfade] bg-[#fbfade]"
/* SCSS */
$brand: #fbfade;
/* SwiftUI */
Color(red: 0.984, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#fbfade")Accessibility — WCAG contrast
Aa
#fbfade on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfade on black: 19.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green98.0%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow11.6%
Key (black)1.6%
Color previews
#fbfade text on a black background
contrast 19.83:1
Card sample
#fbfade text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfade;
Background color
Panel with #fbfade background
background-color: #fbfade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfade; background: linear-gradient(135deg, #fbfade, #E9FBDE);