#fbfbae
a light, electric yellow · cool · closest name: khaki
RGB
251, 251, 174
HSL
60°, 91%, 83%
CMYK
0, 0, 31, 2
Luminance
0.9256
Every format
| HEX | #fbfbae |
| RGB | rgb(251, 251, 174) |
| HSL | hsl(60, 91%, 83%) |
| CMYK | cmyk(0%, 0%, 31%, 2%) |
| LAB | lab(97.0 -11.4 37.0) |
| LCH | lch(97.0 38.7 107.2) |
| OKLCH | oklch(0.971 0.097 108.1) |
Copy-ready code
/* CSS */
color: #fbfbae;
background-color: #fbfbae;
/* Tailwind (arbitrary) */
class="text-[#fbfbae] bg-[#fbfbae]"
/* SCSS */
$brand: #fbfbae;
/* SwiftUI */
Color(red: 0.984, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#fbfbae")Accessibility — WCAG contrast
Aa
#fbfbae on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfbae on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green98.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#fbfbae text on a black background
contrast 19.51:1
Card sample
#fbfbae text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfbae;
Background color
Panel with #fbfbae background
background-color: #fbfbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfbae; background: linear-gradient(135deg, #fbfbae, #C8FBAE);