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