#fff079
a light, electric yellow · cool · closest name: khaki
RGB
255, 240, 121
HSL
53°, 100%, 74%
CMYK
0, 6, 53, 0
Luminance
0.8496
Every format
| HEX | #fff079 |
| RGB | rgb(255, 240, 121) |
| HSL | hsl(53, 100%, 74%) |
| CMYK | cmyk(0%, 6%, 53%, 0%) |
| LAB | lab(93.9 -9.8 58.6) |
| LCH | lch(93.9 59.4 99.5) |
| OKLCH | oklch(0.944 0.141 102.2) |
Copy-ready code
/* CSS */
color: #fff079;
background-color: #fff079;
/* Tailwind (arbitrary) */
class="text-[#fff079] bg-[#fff079]"
/* SCSS */
$brand: #fff079;
/* SwiftUI */
Color(red: 1.000, green: 0.941, blue: 0.475)
/* Android */
Color.parseColor("#fff079")Accessibility — WCAG contrast
Aa
#fff079 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff079 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.1%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow52.5%
Key (black)0.0%
Color previews
#fff079 text on a black background
contrast 17.99:1
Card sample
#fff079 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff079;
Background color
Panel with #fff079 background
background-color: #fff079;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff079;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 240, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 240, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff079; background: linear-gradient(135deg, #fff079, #B5FF79);