#f09d2f
a balanced, electric orange · warm · closest name: orange
RGB
240, 157, 47
HSL
34°, 87%, 56%
CMYK
0, 35, 80, 6
Luminance
0.4284
Every format
| HEX | #f09d2f |
| RGB | rgb(240, 157, 47) |
| HSL | hsl(34, 87%, 56%) |
| CMYK | cmyk(0%, 35%, 80%, 6%) |
| LAB | lab(71.5 22.6 65.6) |
| LCH | lch(71.5 69.4 71.0) |
| OKLCH | oklch(0.762 0.152 68.2) |
Copy-ready code
/* CSS */
color: #f09d2f;
background-color: #f09d2f;
/* Tailwind (arbitrary) */
class="text-[#f09d2f] bg-[#f09d2f]"
/* SCSS */
$brand: #f09d2f;
/* SwiftUI */
Color(red: 0.941, green: 0.616, blue: 0.184)
/* Android */
Color.parseColor("#f09d2f")Accessibility — WCAG contrast
Aa
#f09d2f on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09d2f on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow80.4%
Key (black)5.9%
Color previews
#f09d2f text on a black background
contrast 9.57:1
Card sample
#f09d2f text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09d2f;
Background color
Panel with #f09d2f background
background-color: #f09d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 157, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 157, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09d2f; background: linear-gradient(135deg, #f09d2f, #C2F02F);