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