#fdb44f
a light, electric orange · warm · closest name: orange
RGB
253, 180, 79
HSL
35°, 98%, 65%
CMYK
0, 29, 69, 1
Luminance
0.5409
Every format
| HEX | #fdb44f |
| RGB | rgb(253, 180, 79) |
| HSL | hsl(35, 98%, 65%) |
| CMYK | cmyk(0%, 29%, 69%, 1%) |
| LAB | lab(78.5 17.3 60.2) |
| LCH | lch(78.5 62.6 74.0) |
| OKLCH | oklch(0.821 0.143 72.0) |
Copy-ready code
/* CSS */
color: #fdb44f;
background-color: #fdb44f;
/* Tailwind (arbitrary) */
class="text-[#fdb44f] bg-[#fdb44f]"
/* SCSS */
$brand: #fdb44f;
/* SwiftUI */
Color(red: 0.992, green: 0.706, blue: 0.310)
/* Android */
Color.parseColor("#fdb44f")Accessibility — WCAG contrast
Aa
#fdb44f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb44f on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green70.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow68.8%
Key (black)0.8%
Color previews
#fdb44f text on a black background
contrast 11.82:1
Card sample
#fdb44f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb44f;
Background color
Panel with #fdb44f background
background-color: #fdb44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 180, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 180, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb44f; background: linear-gradient(135deg, #fdb44f, #D2FD4F);