#f1981d
a balanced, electric orange · warm · closest name: orange
RGB
241, 152, 29
HSL
35°, 88%, 53%
CMYK
0, 37, 88, 6
Luminance
0.4125
Every format
| HEX | #f1981d |
| RGB | rgb(241, 152, 29) |
| HSL | hsl(35, 88%, 53%) |
| CMYK | cmyk(0%, 37%, 88%, 6%) |
| LAB | lab(70.3 25.2 70.3) |
| LCH | lch(70.3 74.7 70.3) |
| OKLCH | oklch(0.754 0.160 67.0) |
Copy-ready code
/* CSS */
color: #f1981d;
background-color: #f1981d;
/* Tailwind (arbitrary) */
class="text-[#f1981d] bg-[#f1981d]"
/* SCSS */
$brand: #f1981d;
/* SwiftUI */
Color(red: 0.945, green: 0.596, blue: 0.114)
/* Android */
Color.parseColor("#f1981d")Accessibility — WCAG contrast
Aa
#f1981d on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1981d on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green59.6%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow88.0%
Key (black)5.5%
Color previews
#f1981d text on a black background
contrast 9.25:1
Card sample
#f1981d text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1981d;
Background color
Panel with #f1981d background
background-color: #f1981d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1981d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 152, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 152, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1981d; background: linear-gradient(135deg, #f1981d, #BDF11D);