#fcb430
a balanced, electric orange · warm · closest name: orange
RGB
252, 180, 48
HSL
39°, 97%, 59%
CMYK
0, 29, 81, 1
Luminance
0.5355
Every format
| HEX | #fcb430 |
| RGB | rgb(252, 180, 48) |
| HSL | hsl(39, 97%, 59%) |
| CMYK | cmyk(0%, 29%, 81%, 1%) |
| LAB | lab(78.2 15.6 71.8) |
| LCH | lch(78.2 73.5 77.7) |
| OKLCH | oklch(0.818 0.158 77.0) |
Copy-ready code
/* CSS */
color: #fcb430;
background-color: #fcb430;
/* Tailwind (arbitrary) */
class="text-[#fcb430] bg-[#fcb430]"
/* SCSS */
$brand: #fcb430;
/* SwiftUI */
Color(red: 0.988, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#fcb430")Accessibility — WCAG contrast
Aa
#fcb430 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb430 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green70.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow81.0%
Key (black)1.2%
Color previews
#fcb430 text on a black background
contrast 11.71:1
Card sample
#fcb430 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb430;
Background color
Panel with #fcb430 background
background-color: #fcb430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb430; background: linear-gradient(135deg, #fcb430, #BCFC30);