#fc9b3f
a balanced, electric orange · warm · closest name: peru
RGB
252, 155, 63
HSL
29°, 97%, 62%
CMYK
0, 39, 75, 1
Luminance
0.4450
Every format
| HEX | #fc9b3f |
| RGB | rgb(252, 155, 63) |
| HSL | hsl(29, 97%, 62%) |
| CMYK | cmyk(0%, 39%, 75%, 1%) |
| LAB | lab(72.6 29.2 60.9) |
| LCH | lch(72.6 67.6 64.4) |
| OKLCH | oklch(0.774 0.155 60.1) |
Copy-ready code
/* CSS */
color: #fc9b3f;
background-color: #fc9b3f;
/* Tailwind (arbitrary) */
class="text-[#fc9b3f] bg-[#fc9b3f]"
/* SCSS */
$brand: #fc9b3f;
/* SwiftUI */
Color(red: 0.988, green: 0.608, blue: 0.247)
/* Android */
Color.parseColor("#fc9b3f")Accessibility — WCAG contrast
Aa
#fc9b3f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9b3f on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green60.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow75.0%
Key (black)1.2%
Color previews
#fc9b3f text on a black background
contrast 9.90:1
Card sample
#fc9b3f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9b3f;
Background color
Panel with #fc9b3f background
background-color: #fc9b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 155, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 155, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9b3f; background: linear-gradient(135deg, #fc9b3f, #DFFC3F);