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