#fffd98
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 152
HSL
59°, 100%, 80%
CMYK
0, 1, 40, 0
Luminance
0.9378
Every format
| HEX | #fffd98 |
| RGB | rgb(255, 253, 152) |
| HSL | hsl(59, 100%, 80%) |
| CMYK | cmyk(0%, 1%, 40%, 0%) |
| LAB | lab(97.5 -13.4 48.5) |
| LCH | lch(97.5 50.3 105.4) |
| OKLCH | oklch(0.974 0.123 107.5) |
Copy-ready code
/* CSS */
color: #fffd98;
background-color: #fffd98;
/* Tailwind (arbitrary) */
class="text-[#fffd98] bg-[#fffd98]"
/* SCSS */
$brand: #fffd98;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.596)
/* Android */
Color.parseColor("#fffd98")Accessibility — WCAG contrast
Aa
#fffd98 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd98 on black: 19.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow40.4%
Key (black)0.0%
Color previews
#fffd98 text on a black background
contrast 19.76:1
Card sample
#fffd98 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd98;
Background color
Panel with #fffd98 background
background-color: #fffd98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd98; background: linear-gradient(135deg, #fffd98, #BCFF98);