#fff77b
a light, electric yellow · cool · closest name: khaki
RGB
255, 247, 123
HSL
56°, 100%, 74%
CMYK
0, 3, 52, 0
Luminance
0.8921
Every format
| HEX | #fff77b |
| RGB | rgb(255, 247, 123) |
| HSL | hsl(56, 100%, 74%) |
| CMYK | cmyk(0%, 3%, 52%, 0%) |
| LAB | lab(95.7 -13.1 59.8) |
| LCH | lch(95.7 61.2 102.3) |
| OKLCH | oklch(0.958 0.146 105.5) |
Copy-ready code
/* CSS */
color: #fff77b;
background-color: #fff77b;
/* Tailwind (arbitrary) */
class="text-[#fff77b] bg-[#fff77b]"
/* SCSS */
$brand: #fff77b;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.482)
/* Android */
Color.parseColor("#fff77b")Accessibility — WCAG contrast
Aa
#fff77b on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff77b on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow51.8%
Key (black)0.0%
Color previews
#fff77b text on a black background
contrast 18.84:1
Card sample
#fff77b text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff77b;
Background color
Panel with #fff77b background
background-color: #fff77b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff77b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff77b; background: linear-gradient(135deg, #fff77b, #AFFF7B);