#fdf640
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 246, 64
HSL
58°, 98%, 62%
CMYK
0, 3, 75, 1
Luminance
0.8716
Every format
| HEX | #fdf640 |
| RGB | rgb(253, 246, 64) |
| HSL | hsl(58, 98%, 62%) |
| CMYK | cmyk(0%, 3%, 75%, 1%) |
| LAB | lab(94.8 -16.8 81.8) |
| LCH | lch(94.8 83.5 101.6) |
| OKLCH | oklch(0.950 0.187 107.2) |
Copy-ready code
/* CSS */
color: #fdf640;
background-color: #fdf640;
/* Tailwind (arbitrary) */
class="text-[#fdf640] bg-[#fdf640]"
/* SCSS */
$brand: #fdf640;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.251)
/* Android */
Color.parseColor("#fdf640")Accessibility — WCAG contrast
Aa
#fdf640 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf640 on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow74.7%
Key (black)0.8%
Color previews
#fdf640 text on a black background
contrast 18.43:1
Card sample
#fdf640 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf640;
Background color
Panel with #fdf640 background
background-color: #fdf640;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf640;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf640; background: linear-gradient(135deg, #fdf640, #86FD40);