#f15d13
a balanced, electric orange · warm · closest name: tomato
RGB
241, 93, 19
HSL
20°, 89%, 51%
CMYK
0, 61, 92, 6
Luminance
0.2658
Every format
| HEX | #f15d13 |
| RGB | rgb(241, 93, 19) |
| HSL | hsl(20, 89%, 51%) |
| CMYK | cmyk(0%, 61%, 92%, 6%) |
| LAB | lab(58.6 54.2 64.3) |
| LCH | lch(58.6 84.0 49.9) |
| OKLCH | oklch(0.663 0.196 41.3) |
Copy-ready code
/* CSS */
color: #f15d13;
background-color: #f15d13;
/* Tailwind (arbitrary) */
class="text-[#f15d13] bg-[#f15d13]"
/* SCSS */
$brand: #f15d13;
/* SwiftUI */
Color(red: 0.945, green: 0.365, blue: 0.075)
/* Android */
Color.parseColor("#f15d13")Accessibility — WCAG contrast
Aa
#f15d13 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f15d13 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green36.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow92.1%
Key (black)5.5%
Color previews
#f15d13 text on a black background
contrast 6.32:1
Card sample
#f15d13 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15d13;
Background color
Panel with #f15d13 background
background-color: #f15d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 93, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 93, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15d13; background: linear-gradient(135deg, #f15d13, #F1F113);