#fff98f
a light, electric yellow · cool · closest name: khaki
RGB
255, 249, 143
HSL
57°, 100%, 78%
CMYK
0, 2, 44, 0
Luminance
0.9099
Every format
| HEX | #fff98f |
| RGB | rgb(255, 249, 143) |
| HSL | hsl(57, 100%, 78%) |
| CMYK | cmyk(0%, 2%, 44%, 0%) |
| LAB | lab(96.4 -12.3 51.4) |
| LCH | lch(96.4 52.8 103.5) |
| OKLCH | oklch(0.965 0.128 105.7) |
Copy-ready code
/* CSS */
color: #fff98f;
background-color: #fff98f;
/* Tailwind (arbitrary) */
class="text-[#fff98f] bg-[#fff98f]"
/* SCSS */
$brand: #fff98f;
/* SwiftUI */
Color(red: 1.000, green: 0.976, blue: 0.561)
/* Android */
Color.parseColor("#fff98f")Accessibility — WCAG contrast
Aa
#fff98f on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff98f on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow43.9%
Key (black)0.0%
Color previews
#fff98f text on a black background
contrast 19.20:1
Card sample
#fff98f text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff98f;
Background color
Panel with #fff98f background
background-color: #fff98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 249, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 249, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff98f; background: linear-gradient(135deg, #fff98f, #BAFF8F);