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