#f09324
a balanced, electric orange · warm · closest name: orange
RGB
240, 147, 36
HSL
33°, 87%, 54%
CMYK
0, 39, 85, 6
Luminance
0.3952
Every format
| HEX | #f09324 |
| RGB | rgb(240, 147, 36) |
| HSL | hsl(33, 87%, 54%) |
| CMYK | cmyk(0%, 39%, 85%, 6%) |
| LAB | lab(69.1 27.6 67.3) |
| LCH | lch(69.1 72.7 67.7) |
| OKLCH | oklch(0.744 0.158 63.8) |
Copy-ready code
/* CSS */
color: #f09324;
background-color: #f09324;
/* Tailwind (arbitrary) */
class="text-[#f09324] bg-[#f09324]"
/* SCSS */
$brand: #f09324;
/* SwiftUI */
Color(red: 0.941, green: 0.576, blue: 0.141)
/* Android */
Color.parseColor("#f09324")Accessibility — WCAG contrast
Aa
#f09324 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09324 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green57.6%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow85.0%
Key (black)5.9%
Color previews
#f09324 text on a black background
contrast 8.90:1
Card sample
#f09324 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09324;
Background color
Panel with #f09324 background
background-color: #f09324;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09324;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 147, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 147, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09324; background: linear-gradient(135deg, #f09324, #C5F024);