#fdfb3f
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 251, 63
HSL
59°, 98%, 62%
CMYK
0, 1, 75, 1
Luminance
0.9024
Every format
| HEX | #fdfb3f |
| RGB | rgb(253, 251, 63) |
| HSL | hsl(59, 98%, 62%) |
| CMYK | cmyk(0%, 1%, 75%, 1%) |
| LAB | lab(96.1 -19.3 83.3) |
| LCH | lch(96.1 85.5 103.0) |
| OKLCH | oklch(0.960 0.192 108.9) |
Copy-ready code
/* CSS */
color: #fdfb3f;
background-color: #fdfb3f;
/* Tailwind (arbitrary) */
class="text-[#fdfb3f] bg-[#fdfb3f]"
/* SCSS */
$brand: #fdfb3f;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.247)
/* Android */
Color.parseColor("#fdfb3f")Accessibility — WCAG contrast
Aa
#fdfb3f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfb3f on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow75.1%
Key (black)0.8%
Color previews
#fdfb3f text on a black background
contrast 19.05:1
Card sample
#fdfb3f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfb3f;
Background color
Panel with #fdfb3f background
background-color: #fdfb3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfb3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfb3f; background: linear-gradient(135deg, #fdfb3f, #80FD3F);