#fdf07c
a light, electric yellow · cool · closest name: khaki
RGB
253, 240, 124
HSL
54°, 97%, 74%
CMYK
0, 5, 51, 1
Luminance
0.8466
Every format
| HEX | #fdf07c |
| RGB | rgb(253, 240, 124) |
| HSL | hsl(54, 97%, 74%) |
| CMYK | cmyk(0%, 5%, 51%, 1%) |
| LAB | lab(93.7 -10.3 57.0) |
| LCH | lch(93.7 57.9 100.3) |
| OKLCH | oklch(0.942 0.138 102.9) |
Copy-ready code
/* CSS */
color: #fdf07c;
background-color: #fdf07c;
/* Tailwind (arbitrary) */
class="text-[#fdf07c] bg-[#fdf07c]"
/* SCSS */
$brand: #fdf07c;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.486)
/* Android */
Color.parseColor("#fdf07c")Accessibility — WCAG contrast
Aa
#fdf07c on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf07c on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow51.0%
Key (black)0.8%
Color previews
#fdf07c text on a black background
contrast 17.93:1
Card sample
#fdf07c text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf07c;
Background color
Panel with #fdf07c background
background-color: #fdf07c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf07c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf07c; background: linear-gradient(135deg, #fdf07c, #B4FD7C);