#fdf325
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 243, 37
HSL
57°, 98%, 57%
CMYK
0, 4, 85, 1
Luminance
0.8512
Every format
| HEX | #fdf325 |
| RGB | rgb(253, 243, 37) |
| HSL | hsl(57, 98%, 57%) |
| CMYK | cmyk(0%, 4%, 85%, 1%) |
| LAB | lab(93.9 -16.2 87.8) |
| LCH | lch(93.9 89.3 100.4) |
| OKLCH | oklch(0.942 0.195 106.5) |
Copy-ready code
/* CSS */
color: #fdf325;
background-color: #fdf325;
/* Tailwind (arbitrary) */
class="text-[#fdf325] bg-[#fdf325]"
/* SCSS */
$brand: #fdf325;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.145)
/* Android */
Color.parseColor("#fdf325")Accessibility — WCAG contrast
Aa
#fdf325 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf325 on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow85.4%
Key (black)0.8%
Color previews
#fdf325 text on a black background
contrast 18.02:1
Card sample
#fdf325 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf325;
Background color
Panel with #fdf325 background
background-color: #fdf325;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf325;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf325; background: linear-gradient(135deg, #fdf325, #77FD25);