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