#fdb76f
a light, electric orange · warm · closest name: peru
RGB
253, 183, 111
HSL
30°, 97%, 71%
CMYK
0, 28, 56, 1
Luminance
0.5590
Every format
| HEX | #fdb76f |
| RGB | rgb(253, 183, 111) |
| HSL | hsl(30, 97%, 71%) |
| CMYK | cmyk(0%, 28%, 56%, 1%) |
| LAB | lab(79.6 17.8 46.3) |
| LCH | lch(79.6 49.5 69.0) |
| OKLCH | oklch(0.830 0.120 65.6) |
Copy-ready code
/* CSS */
color: #fdb76f;
background-color: #fdb76f;
/* Tailwind (arbitrary) */
class="text-[#fdb76f] bg-[#fdb76f]"
/* SCSS */
$brand: #fdb76f;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.435)
/* Android */
Color.parseColor("#fdb76f")Accessibility — WCAG contrast
Aa
#fdb76f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb76f on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow56.1%
Key (black)0.8%
Color previews
#fdb76f text on a black background
contrast 12.18:1
Card sample
#fdb76f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb76f;
Background color
Panel with #fdb76f background
background-color: #fdb76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb76f; background: linear-gradient(135deg, #fdb76f, #E4FD6F);