#fcbc2f
a balanced, electric yellow · warm · closest name: orange
RGB
252, 188, 47
HSL
41°, 97%, 59%
CMYK
0, 25, 81, 1
Luminance
0.5687
Every format
| HEX | #fcbc2f |
| RGB | rgb(252, 188, 47) |
| HSL | hsl(41, 97%, 59%) |
| CMYK | cmyk(0%, 25%, 81%, 1%) |
| LAB | lab(80.1 11.4 73.8) |
| LCH | lch(80.1 74.6 81.2) |
| OKLCH | oklch(0.833 0.160 81.6) |
Copy-ready code
/* CSS */
color: #fcbc2f;
background-color: #fcbc2f;
/* Tailwind (arbitrary) */
class="text-[#fcbc2f] bg-[#fcbc2f]"
/* SCSS */
$brand: #fcbc2f;
/* SwiftUI */
Color(red: 0.988, green: 0.737, blue: 0.184)
/* Android */
Color.parseColor("#fcbc2f")Accessibility — WCAG contrast
Aa
#fcbc2f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbc2f on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow81.3%
Key (black)1.2%
Color previews
#fcbc2f text on a black background
contrast 12.37:1
Card sample
#fcbc2f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbc2f;
Background color
Panel with #fcbc2f background
background-color: #fcbc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 188, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 188, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbc2f; background: linear-gradient(135deg, #fcbc2f, #B3FC2F);