#fff79f
a light, electric yellow · cool · closest name: khaki
RGB
255, 247, 159
HSL
55°, 100%, 81%
CMYK
0, 3, 38, 0
Luminance
0.9028
Every format
| HEX | #fff79f |
| RGB | rgb(255, 247, 159) |
| HSL | hsl(55, 100%, 81%) |
| CMYK | cmyk(0%, 3%, 38%, 0%) |
| LAB | lab(96.1 -9.7 43.3) |
| LCH | lch(96.1 44.3 102.6) |
| OKLCH | oklch(0.963 0.109 103.8) |
Copy-ready code
/* CSS */
color: #fff79f;
background-color: #fff79f;
/* Tailwind (arbitrary) */
class="text-[#fff79f] bg-[#fff79f]"
/* SCSS */
$brand: #fff79f;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.624)
/* Android */
Color.parseColor("#fff79f")Accessibility — WCAG contrast
Aa
#fff79f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff79f on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow37.6%
Key (black)0.0%
Color previews
#fff79f text on a black background
contrast 19.06:1
Card sample
#fff79f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff79f;
Background color
Panel with #fff79f background
background-color: #fff79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff79f; background: linear-gradient(135deg, #fff79f, #C7FF9F);