#fdf43f
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 244, 63
HSL
57°, 98%, 62%
CMYK
0, 4, 75, 1
Luminance
0.8594
Every format
| HEX | #fdf43f |
| RGB | rgb(253, 244, 63) |
| HSL | hsl(57, 98%, 62%) |
| CMYK | cmyk(0%, 4%, 75%, 1%) |
| LAB | lab(94.3 -15.9 81.6) |
| LCH | lch(94.3 83.2 101.0) |
| OKLCH | oklch(0.945 0.186 106.5) |
Copy-ready code
/* CSS */
color: #fdf43f;
background-color: #fdf43f;
/* Tailwind (arbitrary) */
class="text-[#fdf43f] bg-[#fdf43f]"
/* SCSS */
$brand: #fdf43f;
/* SwiftUI */
Color(red: 0.992, green: 0.957, blue: 0.247)
/* Android */
Color.parseColor("#fdf43f")Accessibility — WCAG contrast
Aa
#fdf43f on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf43f on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow75.1%
Key (black)0.8%
Color previews
#fdf43f text on a black background
contrast 18.19:1
Card sample
#fdf43f text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf43f;
Background color
Panel with #fdf43f background
background-color: #fdf43f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf43f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 244, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 244, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf43f; background: linear-gradient(135deg, #fdf43f, #87FD3F);