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