#fcbd73
a light, electric orange · warm · closest name: peru
RGB
252, 189, 115
HSL
32°, 96%, 72%
CMYK
0, 25, 54, 1
Luminance
0.5833
Every format
| HEX | #fcbd73 |
| RGB | rgb(252, 189, 115) |
| HSL | hsl(32, 96%, 72%) |
| CMYK | cmyk(0%, 25%, 54%, 1%) |
| LAB | lab(80.9 14.6 45.9) |
| LCH | lch(80.9 48.1 72.4) |
| OKLCH | oklch(0.841 0.117 69.6) |
Copy-ready code
/* CSS */
color: #fcbd73;
background-color: #fcbd73;
/* Tailwind (arbitrary) */
class="text-[#fcbd73] bg-[#fcbd73]"
/* SCSS */
$brand: #fcbd73;
/* SwiftUI */
Color(red: 0.988, green: 0.741, blue: 0.451)
/* Android */
Color.parseColor("#fcbd73")Accessibility — WCAG contrast
Aa
#fcbd73 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbd73 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green74.1%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow54.4%
Key (black)1.2%
Color previews
#fcbd73 text on a black background
contrast 12.67:1
Card sample
#fcbd73 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbd73;
Background color
Panel with #fcbd73 background
background-color: #fcbd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 189, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 189, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbd73; background: linear-gradient(135deg, #fcbd73, #E0FC73);