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