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