#f38136
a balanced, electric orange · warm · closest name: chocolate
RGB
243, 129, 54
HSL
24°, 89%, 58%
CMYK
0, 47, 78, 5
Luminance
0.3502
Every format
| HEX | #f38136 |
| RGB | rgb(243, 129, 54) |
| HSL | hsl(24, 89%, 58%) |
| CMYK | cmyk(0%, 47%, 78%, 5%) |
| LAB | lab(65.8 38.6 57.7) |
| LCH | lch(65.8 69.5 56.2) |
| OKLCH | oklch(0.719 0.164 50.2) |
Copy-ready code
/* CSS */
color: #f38136;
background-color: #f38136;
/* Tailwind (arbitrary) */
class="text-[#f38136] bg-[#f38136]"
/* SCSS */
$brand: #f38136;
/* SwiftUI */
Color(red: 0.953, green: 0.506, blue: 0.212)
/* Android */
Color.parseColor("#f38136")Accessibility — WCAG contrast
Aa
#f38136 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38136 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green50.6%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow77.8%
Key (black)4.7%
Color previews
#f38136 text on a black background
contrast 8.00:1
Card sample
#f38136 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38136;
Background color
Panel with #f38136 background
background-color: #f38136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 129, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 129, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38136; background: linear-gradient(135deg, #f38136, #E7F336);