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