#f38821
a balanced, electric orange · warm · closest name: chocolate
RGB
243, 136, 33
HSL
29°, 90%, 54%
CMYK
0, 44, 86, 5
Luminance
0.3677
Every format
| HEX | #f38821 |
| RGB | rgb(243, 136, 33) |
| HSL | hsl(29, 90%, 54%) |
| CMYK | cmyk(0%, 44%, 86%, 5%) |
| LAB | lab(67.1 34.5 66.7) |
| LCH | lch(67.1 75.1 62.7) |
| OKLCH | oklch(0.729 0.166 57.3) |
Copy-ready code
/* CSS */
color: #f38821;
background-color: #f38821;
/* Tailwind (arbitrary) */
class="text-[#f38821] bg-[#f38821]"
/* SCSS */
$brand: #f38821;
/* SwiftUI */
Color(red: 0.953, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#f38821")Accessibility — WCAG contrast
Aa
#f38821 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38821 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green53.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow86.4%
Key (black)4.7%
Color previews
#f38821 text on a black background
contrast 8.35:1
Card sample
#f38821 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38821;
Background color
Panel with #f38821 background
background-color: #f38821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38821; background: linear-gradient(135deg, #f38821, #D2F321);