#fff76f
a light, electric yellow · cool · closest name: khaki
RGB
255, 247, 111
HSL
57°, 100%, 72%
CMYK
0, 3, 57, 0
Luminance
0.8893
Every format
| HEX | #fff76f |
| RGB | rgb(255, 247, 111) |
| HSL | hsl(57, 100%, 72%) |
| CMYK | cmyk(0%, 3%, 57%, 0%) |
| LAB | lab(95.5 -14.0 65.0) |
| LCH | lch(95.5 66.5 102.1) |
| OKLCH | oklch(0.957 0.156 105.9) |
Copy-ready code
/* CSS */
color: #fff76f;
background-color: #fff76f;
/* Tailwind (arbitrary) */
class="text-[#fff76f] bg-[#fff76f]"
/* SCSS */
$brand: #fff76f;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.435)
/* Android */
Color.parseColor("#fff76f")Accessibility — WCAG contrast
Aa
#fff76f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff76f on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow56.5%
Key (black)0.0%
Color previews
#fff76f text on a black background
contrast 18.79:1
Card sample
#fff76f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff76f;
Background color
Panel with #fff76f background
background-color: #fff76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff76f; background: linear-gradient(135deg, #fff76f, #A7FF6F);