#fff8a7
a light, electric yellow · cool · closest name: khaki
RGB
255, 248, 167
HSL
55°, 100%, 83%
CMYK
0, 3, 35, 0
Luminance
0.9118
Every format
| HEX | #fff8a7 |
| RGB | rgb(255, 248, 167) |
| HSL | hsl(55, 100%, 83%) |
| CMYK | cmyk(0%, 3%, 35%, 0%) |
| LAB | lab(96.5 -9.3 39.8) |
| LCH | lch(96.5 40.9 103.1) |
| OKLCH | oklch(0.967 0.101 103.9) |
Copy-ready code
/* CSS */
color: #fff8a7;
background-color: #fff8a7;
/* Tailwind (arbitrary) */
class="text-[#fff8a7] bg-[#fff8a7]"
/* SCSS */
$brand: #fff8a7;
/* SwiftUI */
Color(red: 1.000, green: 0.973, blue: 0.655)
/* Android */
Color.parseColor("#fff8a7")Accessibility — WCAG contrast
Aa
#fff8a7 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff8a7 on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.3%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow34.5%
Key (black)0.0%
Color previews
#fff8a7 text on a black background
contrast 19.24:1
Card sample
#fff8a7 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff8a7;
Background color
Panel with #fff8a7 background
background-color: #fff8a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff8a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 248, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 248, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff8a7; background: linear-gradient(135deg, #fff8a7, #CBFFA7);