#fdc044
a balanced, electric yellow · warm · closest name: orange
RGB
253, 192, 68
HSL
40°, 98%, 63%
CMYK
0, 24, 73, 1
Luminance
0.5900
Every format
| HEX | #fdc044 |
| RGB | rgb(253, 192, 68) |
| HSL | hsl(40, 98%, 63%) |
| CMYK | cmyk(0%, 24%, 73%, 1%) |
| LAB | lab(81.3 10.5 67.6) |
| LCH | lch(81.3 68.4 81.2) |
| OKLCH | oklch(0.843 0.151 81.3) |
Copy-ready code
/* CSS */
color: #fdc044;
background-color: #fdc044;
/* Tailwind (arbitrary) */
class="text-[#fdc044] bg-[#fdc044]"
/* SCSS */
$brand: #fdc044;
/* SwiftUI */
Color(red: 0.992, green: 0.753, blue: 0.267)
/* Android */
Color.parseColor("#fdc044")Accessibility — WCAG contrast
Aa
#fdc044 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc044 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green75.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow73.1%
Key (black)0.8%
Color previews
#fdc044 text on a black background
contrast 12.80:1
Card sample
#fdc044 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc044;
Background color
Panel with #fdc044 background
background-color: #fdc044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 192, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 192, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc044; background: linear-gradient(135deg, #fdc044, #BFFD44);