#fff49f
a light, electric yellow · cool · closest name: khaki
RGB
255, 244, 159
HSL
53°, 100%, 81%
CMYK
0, 4, 38, 0
Luminance
0.8846
Every format
| HEX | #fff49f |
| RGB | rgb(255, 244, 159) |
| HSL | hsl(53, 100%, 81%) |
| CMYK | cmyk(0%, 4%, 38%, 0%) |
| LAB | lab(95.4 -8.2 42.3) |
| LCH | lch(95.4 43.1 101.0) |
| OKLCH | oklch(0.957 0.106 101.8) |
Copy-ready code
/* CSS */
color: #fff49f;
background-color: #fff49f;
/* Tailwind (arbitrary) */
class="text-[#fff49f] bg-[#fff49f]"
/* SCSS */
$brand: #fff49f;
/* SwiftUI */
Color(red: 1.000, green: 0.957, blue: 0.624)
/* Android */
Color.parseColor("#fff49f")Accessibility — WCAG contrast
Aa
#fff49f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff49f on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow37.6%
Key (black)0.0%
Color previews
#fff49f text on a black background
contrast 18.69:1
Card sample
#fff49f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff49f;
Background color
Panel with #fff49f background
background-color: #fff49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 244, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 244, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff49f; background: linear-gradient(135deg, #fff49f, #CAFF9F);