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