#fbdf72
a light, electric yellow · cool · closest name: khaki
RGB
251, 223, 114
HSL
48°, 95%, 72%
CMYK
0, 11, 55, 2
Luminance
0.7450
Every format
| HEX | #fbdf72 |
| RGB | rgb(251, 223, 114) |
| HSL | hsl(48, 95%, 72%) |
| CMYK | cmyk(0%, 11%, 55%, 2%) |
| LAB | lab(89.2 -3.4 56.2) |
| LCH | lch(89.2 56.3 93.5) |
| OKLCH | oklch(0.905 0.132 95.2) |
Copy-ready code
/* CSS */
color: #fbdf72;
background-color: #fbdf72;
/* Tailwind (arbitrary) */
class="text-[#fbdf72] bg-[#fbdf72]"
/* SCSS */
$brand: #fbdf72;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.447)
/* Android */
Color.parseColor("#fbdf72")Accessibility — WCAG contrast
Aa
#fbdf72 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdf72 on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow54.6%
Key (black)1.6%
Color previews
#fbdf72 text on a black background
contrast 15.90:1
Card sample
#fbdf72 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdf72;
Background color
Panel with #fbdf72 background
background-color: #fbdf72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdf72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdf72; background: linear-gradient(135deg, #fbdf72, #BCFB72);