#f85d3a
a balanced, electric red · warm · closest name: tomato
RGB
248, 93, 58
HSL
11°, 93%, 60%
CMYK
0, 63, 77, 3
Luminance
0.2809
Every format
| HEX | #f85d3a |
| RGB | rgb(248, 93, 58) |
| HSL | hsl(11, 93%, 60%) |
| CMYK | cmyk(0%, 63%, 77%, 3%) |
| LAB | lab(60.0 57.5 50.3) |
| LCH | lch(60.0 76.4 41.2) |
| OKLCH | oklch(0.677 0.197 34.2) |
Copy-ready code
/* CSS */
color: #f85d3a;
background-color: #f85d3a;
/* Tailwind (arbitrary) */
class="text-[#f85d3a] bg-[#f85d3a]"
/* SCSS */
$brand: #f85d3a;
/* SwiftUI */
Color(red: 0.973, green: 0.365, blue: 0.227)
/* Android */
Color.parseColor("#f85d3a")Accessibility — WCAG contrast
Aa
#f85d3a on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f85d3a on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green36.5%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow76.6%
Key (black)2.7%
Color previews
#f85d3a text on a black background
contrast 6.62:1
Card sample
#f85d3a text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85d3a;
Background color
Panel with #f85d3a background
background-color: #f85d3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85d3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 93, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 93, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85d3a; background: linear-gradient(135deg, #f85d3a, #F8DC3A);