#f18d34
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 141, 52
HSL
28°, 87%, 58%
CMYK
0, 42, 78, 6
Luminance
0.3800
Every format
| HEX | #f18d34 |
| RGB | rgb(241, 141, 52) |
| HSL | hsl(28, 87%, 58%) |
| CMYK | cmyk(0%, 42%, 78%, 6%) |
| LAB | lab(68.0 31.6 60.6) |
| LCH | lch(68.0 68.4 62.5) |
| OKLCH | oklch(0.736 0.156 57.6) |
Copy-ready code
/* CSS */
color: #f18d34;
background-color: #f18d34;
/* Tailwind (arbitrary) */
class="text-[#f18d34] bg-[#f18d34]"
/* SCSS */
$brand: #f18d34;
/* SwiftUI */
Color(red: 0.945, green: 0.553, blue: 0.204)
/* Android */
Color.parseColor("#f18d34")Accessibility — WCAG contrast
Aa
#f18d34 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18d34 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green55.3%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow78.4%
Key (black)5.5%
Color previews
#f18d34 text on a black background
contrast 8.60:1
Card sample
#f18d34 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18d34;
Background color
Panel with #f18d34 background
background-color: #f18d34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18d34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 141, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 141, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18d34; background: linear-gradient(135deg, #f18d34, #D7F134);