#fff97f
a light, electric yellow · cool · closest name: khaki
RGB
255, 249, 127
HSL
57°, 100%, 75%
CMYK
0, 2, 50, 0
Luminance
0.9054
Every format
| HEX | #fff97f |
| RGB | rgb(255, 249, 127) |
| HSL | hsl(57, 100%, 75%) |
| CMYK | cmyk(0%, 2%, 50%, 0%) |
| LAB | lab(96.2 -13.7 58.6) |
| LCH | lch(96.2 60.2 103.2) |
| OKLCH | oklch(0.963 0.144 106.3) |
Copy-ready code
/* CSS */
color: #fff97f;
background-color: #fff97f;
/* Tailwind (arbitrary) */
class="text-[#fff97f] bg-[#fff97f]"
/* SCSS */
$brand: #fff97f;
/* SwiftUI */
Color(red: 1.000, green: 0.976, blue: 0.498)
/* Android */
Color.parseColor("#fff97f")Accessibility — WCAG contrast
Aa
#fff97f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff97f on black: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow50.2%
Key (black)0.0%
Color previews
#fff97f text on a black background
contrast 19.11:1
Card sample
#fff97f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff97f;
Background color
Panel with #fff97f background
background-color: #fff97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 249, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 249, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff97f; background: linear-gradient(135deg, #fff97f, #B0FF7F);