#fdbb71
a light, electric orange · warm · closest name: peru
RGB
253, 187, 113
HSL
32°, 97%, 72%
CMYK
0, 26, 55, 1
Luminance
0.5762
Every format
| HEX | #fdbb71 |
| RGB | rgb(253, 187, 113) |
| HSL | hsl(32, 97%, 72%) |
| CMYK | cmyk(0%, 26%, 55%, 1%) |
| LAB | lab(80.5 15.8 46.4) |
| LCH | lch(80.5 49.1 71.2) |
| OKLCH | oklch(0.838 0.119 68.2) |
Copy-ready code
/* CSS */
color: #fdbb71;
background-color: #fdbb71;
/* Tailwind (arbitrary) */
class="text-[#fdbb71] bg-[#fdbb71]"
/* SCSS */
$brand: #fdbb71;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.443)
/* Android */
Color.parseColor("#fdbb71")Accessibility — WCAG contrast
Aa
#fdbb71 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb71 on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow55.3%
Key (black)0.8%
Color previews
#fdbb71 text on a black background
contrast 12.52:1
Card sample
#fdbb71 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb71;
Background color
Panel with #fdbb71 background
background-color: #fdbb71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb71; background: linear-gradient(135deg, #fdbb71, #E2FD71);