#f19421
a balanced, electric orange · warm · closest name: orange
RGB
241, 148, 33
HSL
33°, 88%, 54%
CMYK
0, 39, 86, 6
Luminance
0.3999
Every format
| HEX | #f19421 |
| RGB | rgb(241, 148, 33) |
| HSL | hsl(33, 88%, 54%) |
| CMYK | cmyk(0%, 39%, 86%, 6%) |
| LAB | lab(69.5 27.4 68.5) |
| LCH | lch(69.5 73.8 68.2) |
| OKLCH | oklch(0.747 0.160 64.4) |
Copy-ready code
/* CSS */
color: #f19421;
background-color: #f19421;
/* Tailwind (arbitrary) */
class="text-[#f19421] bg-[#f19421]"
/* SCSS */
$brand: #f19421;
/* SwiftUI */
Color(red: 0.945, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#f19421")Accessibility — WCAG contrast
Aa
#f19421 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19421 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green58.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow86.3%
Key (black)5.5%
Color previews
#f19421 text on a black background
contrast 9.00:1
Card sample
#f19421 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19421;
Background color
Panel with #f19421 background
background-color: #f19421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19421; background: linear-gradient(135deg, #f19421, #C3F121);