#fffba0
a light, electric yellow · cool · closest name: khaki
RGB
255, 251, 160
HSL
58°, 100%, 81%
CMYK
0, 2, 37, 0
Luminance
0.9279
Every format
| HEX | #fffba0 |
| RGB | rgb(255, 251, 160) |
| HSL | hsl(58, 100%, 81%) |
| CMYK | cmyk(0%, 2%, 37%, 0%) |
| LAB | lab(97.1 -11.5 44.1) |
| LCH | lch(97.1 45.6 104.7) |
| OKLCH | oklch(0.971 0.112 106.1) |
Copy-ready code
/* CSS */
color: #fffba0;
background-color: #fffba0;
/* Tailwind (arbitrary) */
class="text-[#fffba0] bg-[#fffba0]"
/* SCSS */
$brand: #fffba0;
/* SwiftUI */
Color(red: 1.000, green: 0.984, blue: 0.627)
/* Android */
Color.parseColor("#fffba0")Accessibility — WCAG contrast
Aa
#fffba0 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffba0 on black: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.4%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow37.3%
Key (black)0.0%
Color previews
#fffba0 text on a black background
contrast 19.56:1
Card sample
#fffba0 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffba0;
Background color
Panel with #fffba0 background
background-color: #fffba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 251, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 251, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffba0; background: linear-gradient(135deg, #fffba0, #C4FFA0);