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