#f15621
a balanced, electric orange · warm · closest name: tomato
RGB
241, 86, 33
HSL
15°, 88%, 54%
CMYK
0, 64, 86, 6
Luminance
0.2547
Every format
| HEX | #f15621 |
| RGB | rgb(241, 86, 33) |
| HSL | hsl(15, 88%, 54%) |
| CMYK | cmyk(0%, 64%, 86%, 6%) |
| LAB | lab(57.5 57.4 58.9) |
| LCH | lch(57.5 82.2 45.8) |
| OKLCH | oklch(0.656 0.200 37.5) |
Copy-ready code
/* CSS */
color: #f15621;
background-color: #f15621;
/* Tailwind (arbitrary) */
class="text-[#f15621] bg-[#f15621]"
/* SCSS */
$brand: #f15621;
/* SwiftUI */
Color(red: 0.945, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#f15621")Accessibility — WCAG contrast
Aa
#f15621 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f15621 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow86.3%
Key (black)5.5%
Color previews
#f15621 text on a black background
contrast 6.09:1
Card sample
#f15621 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15621;
Background color
Panel with #f15621 background
background-color: #f15621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15621; background: linear-gradient(135deg, #f15621, #F1E121);