#fdbf4d
a balanced, electric orange · warm · closest name: orange
RGB
253, 191, 77
HSL
39°, 98%, 65%
CMYK
0, 25, 70, 1
Luminance
0.5868
Every format
| HEX | #fdbf4d |
| RGB | rgb(253, 191, 77) |
| HSL | hsl(39, 98%, 65%) |
| CMYK | cmyk(0%, 25%, 70%, 1%) |
| LAB | lab(81.1 11.4 63.8) |
| LCH | lch(81.1 64.8 79.8) |
| OKLCH | oklch(0.841 0.145 79.4) |
Copy-ready code
/* CSS */
color: #fdbf4d;
background-color: #fdbf4d;
/* Tailwind (arbitrary) */
class="text-[#fdbf4d] bg-[#fdbf4d]"
/* SCSS */
$brand: #fdbf4d;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.302)
/* Android */
Color.parseColor("#fdbf4d")Accessibility — WCAG contrast
Aa
#fdbf4d on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf4d on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow69.6%
Key (black)0.8%
Color previews
#fdbf4d text on a black background
contrast 12.74:1
Card sample
#fdbf4d text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf4d;
Background color
Panel with #fdbf4d background
background-color: #fdbf4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf4d; background: linear-gradient(135deg, #fdbf4d, #C6FD4D);