#fff7ad
a light, electric yellow · cool · closest name: khaki
RGB
255, 247, 173
HSL
54°, 100%, 84%
CMYK
0, 3, 32, 0
Luminance
0.9080
Every format
| HEX | #fff7ad |
| RGB | rgb(255, 247, 173) |
| HSL | hsl(54, 100%, 84%) |
| CMYK | cmyk(0%, 3%, 32%, 0%) |
| LAB | lab(96.3 -8.1 36.6) |
| LCH | lch(96.3 37.5 102.5) |
| OKLCH | oklch(0.966 0.093 102.7) |
Copy-ready code
/* CSS */
color: #fff7ad;
background-color: #fff7ad;
/* Tailwind (arbitrary) */
class="text-[#fff7ad] bg-[#fff7ad]"
/* SCSS */
$brand: #fff7ad;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.678)
/* Android */
Color.parseColor("#fff7ad")Accessibility — WCAG contrast
Aa
#fff7ad on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff7ad on black: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow32.2%
Key (black)0.0%
Color previews
#fff7ad text on a black background
contrast 19.16:1
Card sample
#fff7ad text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff7ad;
Background color
Panel with #fff7ad background
background-color: #fff7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff7ad; background: linear-gradient(135deg, #fff7ad, #D0FFAD);