#f37e21
a balanced, electric orange · warm · closest name: chocolate
RGB
243, 126, 33
HSL
27°, 90%, 54%
CMYK
0, 48, 86, 5
Luminance
0.3409
Every format
| HEX | #f37e21 |
| RGB | rgb(243, 126, 33) |
| HSL | hsl(27, 90%, 54%) |
| CMYK | cmyk(0%, 48%, 86%, 5%) |
| LAB | lab(65.0 39.5 65.0) |
| LCH | lch(65.0 76.1 58.7) |
| OKLCH | oklch(0.713 0.172 52.4) |
Copy-ready code
/* CSS */
color: #f37e21;
background-color: #f37e21;
/* Tailwind (arbitrary) */
class="text-[#f37e21] bg-[#f37e21]"
/* SCSS */
$brand: #f37e21;
/* SwiftUI */
Color(red: 0.953, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#f37e21")Accessibility — WCAG contrast
Aa
#f37e21 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37e21 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green49.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow86.4%
Key (black)4.7%
Color previews
#f37e21 text on a black background
contrast 7.82:1
Card sample
#f37e21 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37e21;
Background color
Panel with #f37e21 background
background-color: #f37e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37e21; background: linear-gradient(135deg, #f37e21, #DCF321);