#fdf88c
a light, electric yellow · cool · closest name: khaki
RGB
253, 248, 140
HSL
57°, 97%, 77%
CMYK
0, 2, 45, 1
Luminance
0.8991
Every format
| HEX | #fdf88c |
| RGB | rgb(253, 248, 140) |
| HSL | hsl(57, 97%, 77%) |
| CMYK | cmyk(0%, 2%, 45%, 1%) |
| LAB | lab(96.0 -12.8 52.2) |
| LCH | lch(96.0 53.8 103.8) |
| OKLCH | oklch(0.961 0.130 106.3) |
Copy-ready code
/* CSS */
color: #fdf88c;
background-color: #fdf88c;
/* Tailwind (arbitrary) */
class="text-[#fdf88c] bg-[#fdf88c]"
/* SCSS */
$brand: #fdf88c;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.549)
/* Android */
Color.parseColor("#fdf88c")Accessibility — WCAG contrast
Aa
#fdf88c on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf88c on black: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow44.7%
Key (black)0.8%
Color previews
#fdf88c text on a black background
contrast 18.98:1
Card sample
#fdf88c text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf88c;
Background color
Panel with #fdf88c background
background-color: #fdf88c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf88c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf88c; background: linear-gradient(135deg, #fdf88c, #B7FD8C);