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