#f38b21
a balanced, electric orange · warm · closest name: chocolate
RGB
243, 139, 33
HSL
30°, 90%, 54%
CMYK
0, 43, 86, 5
Luminance
0.3763
Every format
| HEX | #f38b21 |
| RGB | rgb(243, 139, 33) |
| HSL | hsl(30, 90%, 54%) |
| CMYK | cmyk(0%, 43%, 86%, 5%) |
| LAB | lab(67.8 32.9 67.2) |
| LCH | lch(67.8 74.8 63.9) |
| OKLCH | oklch(0.734 0.165 58.9) |
Copy-ready code
/* CSS */
color: #f38b21;
background-color: #f38b21;
/* Tailwind (arbitrary) */
class="text-[#f38b21] bg-[#f38b21]"
/* SCSS */
$brand: #f38b21;
/* SwiftUI */
Color(red: 0.953, green: 0.545, blue: 0.129)
/* Android */
Color.parseColor("#f38b21")Accessibility — WCAG contrast
Aa
#f38b21 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38b21 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green54.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.8%
Yellow86.4%
Key (black)4.7%
Color previews
#f38b21 text on a black background
contrast 8.53:1
Card sample
#f38b21 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38b21;
Background color
Panel with #f38b21 background
background-color: #f38b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 139, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 139, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38b21; background: linear-gradient(135deg, #f38b21, #CFF321);