#fbd080
a light, electric orange · warm · closest name: khaki
RGB
251, 208, 128
HSL
39°, 94%, 74%
CMYK
0, 17, 49, 2
Luminance
0.6718
Every format
| HEX | #fbd080 |
| RGB | rgb(251, 208, 128) |
| HSL | hsl(39, 94%, 74%) |
| CMYK | cmyk(0%, 17%, 49%, 2%) |
| LAB | lab(85.6 5.4 45.2) |
| LCH | lch(85.6 45.5 83.2) |
| OKLCH | oklch(0.878 0.110 82.0) |
Copy-ready code
/* CSS */
color: #fbd080;
background-color: #fbd080;
/* Tailwind (arbitrary) */
class="text-[#fbd080] bg-[#fbd080]"
/* SCSS */
$brand: #fbd080;
/* SwiftUI */
Color(red: 0.984, green: 0.816, blue: 0.502)
/* Android */
Color.parseColor("#fbd080")Accessibility — WCAG contrast
Aa
#fbd080 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd080 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.6%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow49.0%
Key (black)1.6%
Color previews
#fbd080 text on a black background
contrast 14.44:1
Card sample
#fbd080 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd080;
Background color
Panel with #fbd080 background
background-color: #fbd080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 208, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 208, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd080; background: linear-gradient(135deg, #fbd080, #D4FB80);