#fdc033
a balanced, electric yellow · warm · closest name: orange
RGB
253, 192, 51
HSL
42°, 98%, 60%
CMYK
0, 24, 80, 1
Luminance
0.5882
Every format
| HEX | #fdc033 |
| RGB | rgb(253, 192, 51) |
| HSL | hsl(42, 98%, 60%) |
| CMYK | cmyk(0%, 24%, 80%, 1%) |
| LAB | lab(81.2 9.9 73.5) |
| LCH | lch(81.2 74.2 82.4) |
| OKLCH | oklch(0.842 0.160 83.1) |
Copy-ready code
/* CSS */
color: #fdc033;
background-color: #fdc033;
/* Tailwind (arbitrary) */
class="text-[#fdc033] bg-[#fdc033]"
/* SCSS */
$brand: #fdc033;
/* SwiftUI */
Color(red: 0.992, green: 0.753, blue: 0.200)
/* Android */
Color.parseColor("#fdc033")Accessibility — WCAG contrast
Aa
#fdc033 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc033 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green75.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow79.8%
Key (black)0.8%
Color previews
#fdc033 text on a black background
contrast 12.76:1
Card sample
#fdc033 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc033;
Background color
Panel with #fdc033 background
background-color: #fdc033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 192, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 192, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc033; background: linear-gradient(135deg, #fdc033, #B3FD33);