#fcb366
a light, electric orange · warm · closest name: peru
RGB
252, 179, 102
HSL
31°, 96%, 69%
CMYK
0, 29, 60, 1
Luminance
0.5389
Every format
| HEX | #fcb366 |
| RGB | rgb(252, 179, 102) |
| HSL | hsl(31, 96%, 69%) |
| CMYK | cmyk(0%, 29%, 60%, 1%) |
| LAB | lab(78.4 18.8 49.3) |
| LCH | lch(78.4 52.8 69.1) |
| OKLCH | oklch(0.821 0.127 65.9) |
Copy-ready code
/* CSS */
color: #fcb366;
background-color: #fcb366;
/* Tailwind (arbitrary) */
class="text-[#fcb366] bg-[#fcb366]"
/* SCSS */
$brand: #fcb366;
/* SwiftUI */
Color(red: 0.988, green: 0.702, blue: 0.400)
/* Android */
Color.parseColor("#fcb366")Accessibility — WCAG contrast
Aa
#fcb366 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb366 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green70.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow59.5%
Key (black)1.2%
Color previews
#fcb366 text on a black background
contrast 11.78:1
Card sample
#fcb366 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb366;
Background color
Panel with #fcb366 background
background-color: #fcb366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 179, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 179, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb366; background: linear-gradient(135deg, #fcb366, #E1FC66);