#fdbb78
a light, electric orange · warm · closest name: peru
RGB
253, 187, 120
HSL
30°, 97%, 73%
CMYK
0, 26, 53, 1
Luminance
0.5778
Every format
| HEX | #fdbb78 |
| RGB | rgb(253, 187, 120) |
| HSL | hsl(30, 97%, 73%) |
| CMYK | cmyk(0%, 26%, 53%, 1%) |
| LAB | lab(80.6 16.4 43.0) |
| LCH | lch(80.6 46.0 69.1) |
| OKLCH | oklch(0.839 0.113 65.6) |
Copy-ready code
/* CSS */
color: #fdbb78;
background-color: #fdbb78;
/* Tailwind (arbitrary) */
class="text-[#fdbb78] bg-[#fdbb78]"
/* SCSS */
$brand: #fdbb78;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.471)
/* Android */
Color.parseColor("#fdbb78")Accessibility — WCAG contrast
Aa
#fdbb78 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb78 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow52.6%
Key (black)0.8%
Color previews
#fdbb78 text on a black background
contrast 12.56:1
Card sample
#fdbb78 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb78;
Background color
Panel with #fdbb78 background
background-color: #fdbb78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb78; background: linear-gradient(135deg, #fdbb78, #E6FD78);