#f18924
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 137, 36
HSL
30°, 88%, 54%
CMYK
0, 43, 85, 6
Luminance
0.3672
Every format
| HEX | #f18924 |
| RGB | rgb(241, 137, 36) |
| HSL | hsl(30, 88%, 54%) |
| CMYK | cmyk(0%, 43%, 85%, 6%) |
| LAB | lab(67.1 33.2 65.6) |
| LCH | lch(67.1 73.5 63.2) |
| OKLCH | oklch(0.728 0.163 58.0) |
Copy-ready code
/* CSS */
color: #f18924;
background-color: #f18924;
/* Tailwind (arbitrary) */
class="text-[#f18924] bg-[#f18924]"
/* SCSS */
$brand: #f18924;
/* SwiftUI */
Color(red: 0.945, green: 0.537, blue: 0.141)
/* Android */
Color.parseColor("#f18924")Accessibility — WCAG contrast
Aa
#f18924 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18924 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green53.7%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow85.1%
Key (black)5.5%
Color previews
#f18924 text on a black background
contrast 8.34:1
Card sample
#f18924 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18924;
Background color
Panel with #f18924 background
background-color: #f18924;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18924;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 137, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 137, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18924; background: linear-gradient(135deg, #f18924, #D0F124);