#fdc039
a balanced, electric yellow · warm · closest name: orange
RGB
253, 192, 57
HSL
41°, 98%, 61%
CMYK
0, 24, 78, 1
Luminance
0.5888
Every format
| HEX | #fdc039 |
| RGB | rgb(253, 192, 57) |
| HSL | hsl(41, 98%, 61%) |
| CMYK | cmyk(0%, 24%, 78%, 1%) |
| LAB | lab(81.2 10.1 71.6) |
| LCH | lch(81.2 72.3 82.0) |
| OKLCH | oklch(0.842 0.157 82.5) |
Copy-ready code
/* CSS */
color: #fdc039;
background-color: #fdc039;
/* Tailwind (arbitrary) */
class="text-[#fdc039] bg-[#fdc039]"
/* SCSS */
$brand: #fdc039;
/* SwiftUI */
Color(red: 0.992, green: 0.753, blue: 0.224)
/* Android */
Color.parseColor("#fdc039")Accessibility — WCAG contrast
Aa
#fdc039 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc039 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green75.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow77.5%
Key (black)0.8%
Color previews
#fdc039 text on a black background
contrast 12.78:1
Card sample
#fdc039 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc039;
Background color
Panel with #fdc039 background
background-color: #fdc039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 192, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 192, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc039; background: linear-gradient(135deg, #fdc039, #B7FD39);