#fcb950
a light, electric orange · warm · closest name: orange
RGB
252, 185, 80
HSL
37°, 97%, 65%
CMYK
0, 27, 68, 1
Luminance
0.5597
Every format
| HEX | #fcb950 |
| RGB | rgb(252, 185, 80) |
| HSL | hsl(37, 97%, 65%) |
| CMYK | cmyk(0%, 27%, 68%, 1%) |
| LAB | lab(79.6 14.3 60.9) |
| LCH | lch(79.6 62.5 76.8) |
| OKLCH | oklch(0.829 0.142 75.5) |
Copy-ready code
/* CSS */
color: #fcb950;
background-color: #fcb950;
/* Tailwind (arbitrary) */
class="text-[#fcb950] bg-[#fcb950]"
/* SCSS */
$brand: #fcb950;
/* SwiftUI */
Color(red: 0.988, green: 0.725, blue: 0.314)
/* Android */
Color.parseColor("#fcb950")Accessibility — WCAG contrast
Aa
#fcb950 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb950 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.5%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow68.3%
Key (black)1.2%
Color previews
#fcb950 text on a black background
contrast 12.19:1
Card sample
#fcb950 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb950;
Background color
Panel with #fcb950 background
background-color: #fcb950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 185, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 185, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb950; background: linear-gradient(135deg, #fcb950, #CCFC50);