#fcbc4f
a balanced, electric orange · warm · closest name: orange
RGB
252, 188, 79
HSL
38°, 97%, 65%
CMYK
0, 25, 69, 1
Luminance
0.5723
Every format
| HEX | #fcbc4f |
| RGB | rgb(252, 188, 79) |
| HSL | hsl(38, 97%, 65%) |
| CMYK | cmyk(0%, 25%, 69%, 1%) |
| LAB | lab(80.3 12.7 62.1) |
| LCH | lch(80.3 63.4 78.4) |
| OKLCH | oklch(0.835 0.143 77.6) |
Copy-ready code
/* CSS */
color: #fcbc4f;
background-color: #fcbc4f;
/* Tailwind (arbitrary) */
class="text-[#fcbc4f] bg-[#fcbc4f]"
/* SCSS */
$brand: #fcbc4f;
/* SwiftUI */
Color(red: 0.988, green: 0.737, blue: 0.310)
/* Android */
Color.parseColor("#fcbc4f")Accessibility — WCAG contrast
Aa
#fcbc4f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbc4f on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow68.7%
Key (black)1.2%
Color previews
#fcbc4f text on a black background
contrast 12.45:1
Card sample
#fcbc4f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbc4f;
Background color
Panel with #fcbc4f background
background-color: #fcbc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 188, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 188, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbc4f; background: linear-gradient(135deg, #fcbc4f, #C9FC4F);