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