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