#fdb113
a balanced, electric yellow · warm · closest name: orange
RGB
253, 177, 19
HSL
41°, 98%, 53%
CMYK
0, 30, 93, 1
Luminance
0.5237
Every format
| HEX | #fdb113 |
| RGB | rgb(253, 177, 19) |
| HSL | hsl(41, 98%, 53%) |
| CMYK | cmyk(0%, 30%, 93%, 1%) |
| LAB | lab(77.5 17.0 78.3) |
| LCH | lch(77.5 80.1 77.8) |
| OKLCH | oklch(0.812 0.167 77.1) |
Copy-ready code
/* CSS */
color: #fdb113;
background-color: #fdb113;
/* Tailwind (arbitrary) */
class="text-[#fdb113] bg-[#fdb113]"
/* SCSS */
$brand: #fdb113;
/* SwiftUI */
Color(red: 0.992, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#fdb113")Accessibility — WCAG contrast
Aa
#fdb113 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb113 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow92.5%
Key (black)0.8%
Color previews
#fdb113 text on a black background
contrast 11.47:1
Card sample
#fdb113 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb113;
Background color
Panel with #fdb113 background
background-color: #fdb113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb113; background: linear-gradient(135deg, #fdb113, #ADFD13);