#fdf983
a light, electric yellow · cool · closest name: khaki
RGB
253, 249, 131
HSL
58°, 97%, 75%
CMYK
0, 2, 48, 1
Luminance
0.9027
Every format
| HEX | #fdf983 |
| RGB | rgb(253, 249, 131) |
| HSL | hsl(58, 97%, 75%) |
| CMYK | cmyk(0%, 2%, 48%, 1%) |
| LAB | lab(96.1 -14.2 56.6) |
| LCH | lch(96.1 58.4 104.0) |
| OKLCH | oklch(0.962 0.140 107.0) |
Copy-ready code
/* CSS */
color: #fdf983;
background-color: #fdf983;
/* Tailwind (arbitrary) */
class="text-[#fdf983] bg-[#fdf983]"
/* SCSS */
$brand: #fdf983;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.514)
/* Android */
Color.parseColor("#fdf983")Accessibility — WCAG contrast
Aa
#fdf983 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf983 on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow48.2%
Key (black)0.8%
Color previews
#fdf983 text on a black background
contrast 19.05:1
Card sample
#fdf983 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf983;
Background color
Panel with #fdf983 background
background-color: #fdf983;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf983;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf983; background: linear-gradient(135deg, #fdf983, #B0FD83);