#f75615
a balanced, electric orange · warm · closest name: tomato
RGB
247, 86, 21
HSL
17°, 93%, 53%
CMYK
0, 65, 92, 3
Luminance
0.2648
Every format
| HEX | #f75615 |
| RGB | rgb(247, 86, 21) |
| HSL | hsl(17, 93%, 53%) |
| CMYK | cmyk(0%, 65%, 92%, 3%) |
| LAB | lab(58.5 59.2 64.1) |
| LCH | lch(58.5 87.3 47.3) |
| OKLCH | oklch(0.665 0.207 38.4) |
Copy-ready code
/* CSS */
color: #f75615;
background-color: #f75615;
/* Tailwind (arbitrary) */
class="text-[#f75615] bg-[#f75615]"
/* SCSS */
$brand: #f75615;
/* SwiftUI */
Color(red: 0.969, green: 0.337, blue: 0.082)
/* Android */
Color.parseColor("#f75615")Accessibility — WCAG contrast
Aa
#f75615 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f75615 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green33.7%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow91.5%
Key (black)3.1%
Color previews
#f75615 text on a black background
contrast 6.30:1
Card sample
#f75615 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75615;
Background color
Panel with #f75615 background
background-color: #f75615;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75615;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 86, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 86, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75615; background: linear-gradient(135deg, #f75615, #F7ED15);