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