#fdbf5f
a light, electric orange · warm · closest name: peru
RGB
253, 191, 95
HSL
37°, 98%, 68%
CMYK
0, 25, 63, 1
Luminance
0.5897
Every format
| HEX | #fdbf5f |
| RGB | rgb(253, 191, 95) |
| HSL | hsl(37, 98%, 68%) |
| CMYK | cmyk(0%, 25%, 63%, 1%) |
| LAB | lab(81.3 12.5 56.0) |
| LCH | lch(81.3 57.4 77.4) |
| OKLCH | oklch(0.843 0.133 76.1) |
Copy-ready code
/* CSS */
color: #fdbf5f;
background-color: #fdbf5f;
/* Tailwind (arbitrary) */
class="text-[#fdbf5f] bg-[#fdbf5f]"
/* SCSS */
$brand: #fdbf5f;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.373)
/* Android */
Color.parseColor("#fdbf5f")Accessibility — WCAG contrast
Aa
#fdbf5f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf5f on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow62.5%
Key (black)0.8%
Color previews
#fdbf5f text on a black background
contrast 12.79:1
Card sample
#fdbf5f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf5f;
Background color
Panel with #fdbf5f background
background-color: #fdbf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf5f; background: linear-gradient(135deg, #fdbf5f, #D1FD5F);