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