#f38321
a balanced, electric orange · warm · closest name: chocolate
RGB
243, 131, 33
HSL
28°, 90%, 54%
CMYK
0, 46, 86, 5
Luminance
0.3540
Every format
| HEX | #f38321 |
| RGB | rgb(243, 131, 33) |
| HSL | hsl(28, 90%, 54%) |
| CMYK | cmyk(0%, 46%, 86%, 5%) |
| LAB | lab(66.1 37.0 65.9) |
| LCH | lch(66.1 75.6 60.7) |
| OKLCH | oklch(0.721 0.169 54.8) |
Copy-ready code
/* CSS */
color: #f38321;
background-color: #f38321;
/* Tailwind (arbitrary) */
class="text-[#f38321] bg-[#f38321]"
/* SCSS */
$brand: #f38321;
/* SwiftUI */
Color(red: 0.953, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#f38321")Accessibility — WCAG contrast
Aa
#f38321 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38321 on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green51.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow86.4%
Key (black)4.7%
Color previews
#f38321 text on a black background
contrast 8.08:1
Card sample
#f38321 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38321;
Background color
Panel with #f38321 background
background-color: #f38321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38321; background: linear-gradient(135deg, #f38321, #D7F321);