#fff7ba
a pale, electric yellow · cool · closest name: khaki
RGB
255, 247, 186
HSL
53°, 100%, 87%
CMYK
0, 3, 27, 0
Luminance
0.9133
Every format
| HEX | #fff7ba |
| RGB | rgb(255, 247, 186) |
| HSL | hsl(53, 100%, 87%) |
| CMYK | cmyk(0%, 3%, 27%, 0%) |
| LAB | lab(96.5 -6.5 30.4) |
| LCH | lch(96.5 31.1 102.1) |
| OKLCH | oklch(0.968 0.078 101.4) |
Copy-ready code
/* CSS */
color: #fff7ba;
background-color: #fff7ba;
/* Tailwind (arbitrary) */
class="text-[#fff7ba] bg-[#fff7ba]"
/* SCSS */
$brand: #fff7ba;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.729)
/* Android */
Color.parseColor("#fff7ba")Accessibility — WCAG contrast
Aa
#fff7ba on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff7ba on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow27.1%
Key (black)0.0%
Color previews
#fff7ba text on a black background
contrast 19.27:1
Card sample
#fff7ba text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff7ba;
Background color
Panel with #fff7ba background
background-color: #fff7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff7ba; background: linear-gradient(135deg, #fff7ba, #D9FFBA);