#f09d2c
a balanced, electric orange · warm · closest name: orange
RGB
240, 157, 44
HSL
35°, 87%, 56%
CMYK
0, 35, 82, 6
Luminance
0.4282
Every format
| HEX | #f09d2c |
| RGB | rgb(240, 157, 44) |
| HSL | hsl(35, 87%, 56%) |
| CMYK | cmyk(0%, 35%, 82%, 6%) |
| LAB | lab(71.4 22.5 66.7) |
| LCH | lch(71.4 70.3 71.3) |
| OKLCH | oklch(0.762 0.153 68.6) |
Copy-ready code
/* CSS */
color: #f09d2c;
background-color: #f09d2c;
/* Tailwind (arbitrary) */
class="text-[#f09d2c] bg-[#f09d2c]"
/* SCSS */
$brand: #f09d2c;
/* SwiftUI */
Color(red: 0.941, green: 0.616, blue: 0.173)
/* Android */
Color.parseColor("#f09d2c")Accessibility — WCAG contrast
Aa
#f09d2c on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09d2c on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow81.7%
Key (black)5.9%
Color previews
#f09d2c text on a black background
contrast 9.56:1
Card sample
#f09d2c text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09d2c;
Background color
Panel with #f09d2c background
background-color: #f09d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 157, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 157, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09d2c; background: linear-gradient(135deg, #f09d2c, #C0F02C);