#fffba7
a light, electric yellow · cool · closest name: khaki
RGB
255, 251, 167
HSL
57°, 100%, 83%
CMYK
0, 2, 35, 0
Luminance
0.9304
Every format
| HEX | #fffba7 |
| RGB | rgb(255, 251, 167) |
| HSL | hsl(57, 100%, 83%) |
| CMYK | cmyk(0%, 2%, 35%, 0%) |
| LAB | lab(97.3 -10.8 40.8) |
| LCH | lch(97.3 42.2 104.8) |
| OKLCH | oklch(0.973 0.105 105.9) |
Copy-ready code
/* CSS */
color: #fffba7;
background-color: #fffba7;
/* Tailwind (arbitrary) */
class="text-[#fffba7] bg-[#fffba7]"
/* SCSS */
$brand: #fffba7;
/* SwiftUI */
Color(red: 1.000, green: 0.984, blue: 0.655)
/* Android */
Color.parseColor("#fffba7")Accessibility — WCAG contrast
Aa
#fffba7 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffba7 on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.4%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow34.5%
Key (black)0.0%
Color previews
#fffba7 text on a black background
contrast 19.61:1
Card sample
#fffba7 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffba7;
Background color
Panel with #fffba7 background
background-color: #fffba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 251, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 251, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffba7; background: linear-gradient(135deg, #fffba7, #C8FFA7);