#fcbc3f
a balanced, electric orange · warm · closest name: orange
RGB
252, 188, 63
HSL
40°, 97%, 62%
CMYK
0, 25, 75, 1
Luminance
0.5702
Every format
| HEX | #fcbc3f |
| RGB | rgb(252, 188, 63) |
| HSL | hsl(40, 97%, 62%) |
| CMYK | cmyk(0%, 25%, 75%, 1%) |
| LAB | lab(80.2 12.0 68.4) |
| LCH | lch(80.2 69.4 80.1) |
| OKLCH | oklch(0.834 0.152 80.0) |
Copy-ready code
/* CSS */
color: #fcbc3f;
background-color: #fcbc3f;
/* Tailwind (arbitrary) */
class="text-[#fcbc3f] bg-[#fcbc3f]"
/* SCSS */
$brand: #fcbc3f;
/* SwiftUI */
Color(red: 0.988, green: 0.737, blue: 0.247)
/* Android */
Color.parseColor("#fcbc3f")Accessibility — WCAG contrast
Aa
#fcbc3f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbc3f on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow75.0%
Key (black)1.2%
Color previews
#fcbc3f text on a black background
contrast 12.40:1
Card sample
#fcbc3f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbc3f;
Background color
Panel with #fcbc3f background
background-color: #fcbc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 188, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 188, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbc3f; background: linear-gradient(135deg, #fcbc3f, #BEFC3F);