#fdf13f
a balanced, electric yellow · cool · closest name: gold
RGB
253, 241, 63
HSL
56°, 98%, 62%
CMYK
0, 5, 75, 1
Luminance
0.8415
Every format
| HEX | #fdf13f |
| RGB | rgb(253, 241, 63) |
| HSL | hsl(56, 98%, 62%) |
| CMYK | cmyk(0%, 5%, 75%, 1%) |
| LAB | lab(93.5 -14.4 80.9) |
| LCH | lch(93.5 82.2 100.1) |
| OKLCH | oklch(0.939 0.183 105.4) |
Copy-ready code
/* CSS */
color: #fdf13f;
background-color: #fdf13f;
/* Tailwind (arbitrary) */
class="text-[#fdf13f] bg-[#fdf13f]"
/* SCSS */
$brand: #fdf13f;
/* SwiftUI */
Color(red: 0.992, green: 0.945, blue: 0.247)
/* Android */
Color.parseColor("#fdf13f")Accessibility — WCAG contrast
Aa
#fdf13f on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf13f on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow75.1%
Key (black)0.8%
Color previews
#fdf13f text on a black background
contrast 17.83:1
Card sample
#fdf13f text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf13f;
Background color
Panel with #fdf13f background
background-color: #fdf13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 241, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 241, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf13f; background: linear-gradient(135deg, #fdf13f, #8AFD3F);