#fde430
a balanced, electric yellow · cool · closest name: gold
RGB
253, 228, 48
HSL
53°, 98%, 59%
CMYK
0, 10, 81, 1
Luminance
0.7658
Every format
| HEX | #fde430 |
| RGB | rgb(253, 228, 48) |
| HSL | hsl(53, 98%, 59%) |
| CMYK | cmyk(0%, 10%, 81%, 1%) |
| LAB | lab(90.1 -8.6 82.2) |
| LCH | lch(90.1 82.6 95.9) |
| OKLCH | oklch(0.912 0.180 100.7) |
Copy-ready code
/* CSS */
color: #fde430;
background-color: #fde430;
/* Tailwind (arbitrary) */
class="text-[#fde430] bg-[#fde430]"
/* SCSS */
$brand: #fde430;
/* SwiftUI */
Color(red: 0.992, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#fde430")Accessibility — WCAG contrast
Aa
#fde430 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde430 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green89.4%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow81.0%
Key (black)0.8%
Color previews
#fde430 text on a black background
contrast 16.32:1
Card sample
#fde430 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde430;
Background color
Panel with #fde430 background
background-color: #fde430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde430; background: linear-gradient(135deg, #fde430, #8DFD30);