#fff7a5
a light, electric yellow · cool · closest name: khaki
RGB
255, 247, 165
HSL
55°, 100%, 82%
CMYK
0, 3, 35, 0
Luminance
0.9050
Every format
| HEX | #fff7a5 |
| RGB | rgb(255, 247, 165) |
| HSL | hsl(55, 100%, 82%) |
| CMYK | cmyk(0%, 3%, 35%, 0%) |
| LAB | lab(96.2 -9.0 40.4) |
| LCH | lch(96.2 41.4 102.6) |
| OKLCH | oklch(0.964 0.102 103.4) |
Copy-ready code
/* CSS */
color: #fff7a5;
background-color: #fff7a5;
/* Tailwind (arbitrary) */
class="text-[#fff7a5] bg-[#fff7a5]"
/* SCSS */
$brand: #fff7a5;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.647)
/* Android */
Color.parseColor("#fff7a5")Accessibility — WCAG contrast
Aa
#fff7a5 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff7a5 on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow35.3%
Key (black)0.0%
Color previews
#fff7a5 text on a black background
contrast 19.10:1
Card sample
#fff7a5 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff7a5;
Background color
Panel with #fff7a5 background
background-color: #fff7a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff7a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff7a5; background: linear-gradient(135deg, #fff7a5, #CBFFA5);