#fdf54c
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 245, 76
HSL
57°, 98%, 65%
CMYK
0, 3, 70, 1
Luminance
0.8671
Every format
| HEX | #fdf54c |
| RGB | rgb(253, 245, 76) |
| HSL | hsl(57, 98%, 65%) |
| CMYK | cmyk(0%, 3%, 70%, 1%) |
| LAB | lab(94.6 -15.8 77.7) |
| LCH | lch(94.6 79.3 101.5) |
| OKLCH | oklch(0.948 0.180 106.7) |
Copy-ready code
/* CSS */
color: #fdf54c;
background-color: #fdf54c;
/* Tailwind (arbitrary) */
class="text-[#fdf54c] bg-[#fdf54c]"
/* SCSS */
$brand: #fdf54c;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.298)
/* Android */
Color.parseColor("#fdf54c")Accessibility — WCAG contrast
Aa
#fdf54c on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf54c on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow70.0%
Key (black)0.8%
Color previews
#fdf54c text on a black background
contrast 18.34:1
Card sample
#fdf54c text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf54c;
Background color
Panel with #fdf54c background
background-color: #fdf54c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf54c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf54c; background: linear-gradient(135deg, #fdf54c, #8FFD4C);