#fdbb7c
a light, electric orange · warm · closest name: peru
RGB
253, 187, 124
HSL
29°, 97%, 74%
CMYK
0, 26, 51, 1
Luminance
0.5788
Every format
| HEX | #fdbb7c |
| RGB | rgb(253, 187, 124) |
| HSL | hsl(29, 97%, 74%) |
| CMYK | cmyk(0%, 26%, 51%, 1%) |
| LAB | lab(80.7 16.8 41.1) |
| LCH | lch(80.7 44.4 67.8) |
| OKLCH | oklch(0.840 0.110 64.1) |
Copy-ready code
/* CSS */
color: #fdbb7c;
background-color: #fdbb7c;
/* Tailwind (arbitrary) */
class="text-[#fdbb7c] bg-[#fdbb7c]"
/* SCSS */
$brand: #fdbb7c;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.486)
/* Android */
Color.parseColor("#fdbb7c")Accessibility — WCAG contrast
Aa
#fdbb7c on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb7c on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow51.0%
Key (black)0.8%
Color previews
#fdbb7c text on a black background
contrast 12.58:1
Card sample
#fdbb7c text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb7c;
Background color
Panel with #fdbb7c background
background-color: #fdbb7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb7c; background: linear-gradient(135deg, #fdbb7c, #E9FD7C);