#f19e21
a balanced, electric orange · warm · closest name: orange
RGB
241, 158, 33
HSL
36°, 88%, 54%
CMYK
0, 34, 86, 6
Luminance
0.4326
Every format
| HEX | #f19e21 |
| RGB | rgb(241, 158, 33) |
| HSL | hsl(36, 88%, 54%) |
| CMYK | cmyk(0%, 34%, 86%, 6%) |
| LAB | lab(71.7 22.1 70.3) |
| LCH | lch(71.7 73.7 72.5) |
| OKLCH | oklch(0.764 0.158 70.1) |
Copy-ready code
/* CSS */
color: #f19e21;
background-color: #f19e21;
/* Tailwind (arbitrary) */
class="text-[#f19e21] bg-[#f19e21]"
/* SCSS */
$brand: #f19e21;
/* SwiftUI */
Color(red: 0.945, green: 0.620, blue: 0.129)
/* Android */
Color.parseColor("#f19e21")Accessibility — WCAG contrast
Aa
#f19e21 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19e21 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green62.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow86.3%
Key (black)5.5%
Color previews
#f19e21 text on a black background
contrast 9.65:1
Card sample
#f19e21 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19e21;
Background color
Panel with #f19e21 background
background-color: #f19e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 158, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 158, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19e21; background: linear-gradient(135deg, #f19e21, #B9F121);