#fdf36c
a light, electric yellow · cool · closest name: khaki
RGB
253, 243, 108
HSL
56°, 97%, 71%
CMYK
0, 4, 57, 1
Luminance
0.8607
Every format
| HEX | #fdf36c |
| RGB | rgb(253, 243, 108) |
| HSL | hsl(56, 97%, 71%) |
| CMYK | cmyk(0%, 4%, 57%, 1%) |
| LAB | lab(94.3 -13.0 64.8) |
| LCH | lch(94.3 66.1 101.4) |
| OKLCH | oklch(0.947 0.155 105.0) |
Copy-ready code
/* CSS */
color: #fdf36c;
background-color: #fdf36c;
/* Tailwind (arbitrary) */
class="text-[#fdf36c] bg-[#fdf36c]"
/* SCSS */
$brand: #fdf36c;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.424)
/* Android */
Color.parseColor("#fdf36c")Accessibility — WCAG contrast
Aa
#fdf36c on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf36c on black: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow57.3%
Key (black)0.8%
Color previews
#fdf36c text on a black background
contrast 18.21:1
Card sample
#fdf36c text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf36c;
Background color
Panel with #fdf36c background
background-color: #fdf36c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf36c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf36c; background: linear-gradient(135deg, #fdf36c, #A6FD6C);