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