#fbdf89
a light, electric yellow · cool · closest name: khaki
RGB
251, 223, 137
HSL
45°, 93%, 76%
CMYK
0, 11, 45, 2
Luminance
0.7509
Every format
| HEX | #fbdf89 |
| RGB | rgb(251, 223, 137) |
| HSL | hsl(45, 93%, 76%) |
| CMYK | cmyk(0%, 11%, 45%, 2%) |
| LAB | lab(89.4 -1.5 45.5) |
| LCH | lch(89.4 45.5 91.8) |
| OKLCH | oklch(0.908 0.110 92.0) |
Copy-ready code
/* CSS */
color: #fbdf89;
background-color: #fbdf89;
/* Tailwind (arbitrary) */
class="text-[#fbdf89] bg-[#fbdf89]"
/* SCSS */
$brand: #fbdf89;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.537)
/* Android */
Color.parseColor("#fbdf89")Accessibility — WCAG contrast
Aa
#fbdf89 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdf89 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow45.4%
Key (black)1.6%
Color previews
#fbdf89 text on a black background
contrast 16.02:1
Card sample
#fbdf89 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdf89;
Background color
Panel with #fbdf89 background
background-color: #fbdf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdf89; background: linear-gradient(135deg, #fbdf89, #CBFB89);