#fc7939
a balanced, electric orange · warm · closest name: coral
RGB
252, 121, 57
HSL
20°, 97%, 61%
CMYK
0, 52, 77, 1
Luminance
0.3467
Every format
| HEX | #fc7939 |
| RGB | rgb(252, 121, 57) |
| HSL | hsl(20, 97%, 61%) |
| CMYK | cmyk(0%, 52%, 77%, 1%) |
| LAB | lab(65.5 46.1 56.6) |
| LCH | lch(65.5 73.0 50.8) |
| OKLCH | oklch(0.720 0.177 44.1) |
Copy-ready code
/* CSS */
color: #fc7939;
background-color: #fc7939;
/* Tailwind (arbitrary) */
class="text-[#fc7939] bg-[#fc7939]"
/* SCSS */
$brand: #fc7939;
/* SwiftUI */
Color(red: 0.988, green: 0.475, blue: 0.224)
/* Android */
Color.parseColor("#fc7939")Accessibility — WCAG contrast
Aa
#fc7939 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7939 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green47.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow77.4%
Key (black)1.2%
Color previews
#fc7939 text on a black background
contrast 7.93:1
Card sample
#fc7939 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7939;
Background color
Panel with #fc7939 background
background-color: #fc7939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 121, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 121, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7939; background: linear-gradient(135deg, #fc7939, #FCFB39);