#fdb044
a balanced, electric orange · warm · closest name: orange
RGB
253, 176, 68
HSL
35°, 98%, 63%
CMYK
0, 30, 73, 1
Luminance
0.5235
Every format
| HEX | #fdb044 |
| RGB | rgb(253, 176, 68) |
| HSL | hsl(35, 98%, 63%) |
| CMYK | cmyk(0%, 30%, 73%, 1%) |
| LAB | lab(77.5 18.9 63.8) |
| LCH | lch(77.5 66.5 73.5) |
| OKLCH | oklch(0.813 0.149 71.5) |
Copy-ready code
/* CSS */
color: #fdb044;
background-color: #fdb044;
/* Tailwind (arbitrary) */
class="text-[#fdb044] bg-[#fdb044]"
/* SCSS */
$brand: #fdb044;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.267)
/* Android */
Color.parseColor("#fdb044")Accessibility — WCAG contrast
Aa
#fdb044 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb044 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow73.1%
Key (black)0.8%
Color previews
#fdb044 text on a black background
contrast 11.47:1
Card sample
#fdb044 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb044;
Background color
Panel with #fdb044 background
background-color: #fdb044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb044; background: linear-gradient(135deg, #fdb044, #CFFD44);