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