#f08457
a balanced, electric orange · warm · closest name: coral
RGB
240, 132, 87
HSL
18°, 84%, 64%
CMYK
0, 45, 64, 6
Luminance
0.3572
Every format
| HEX | #f08457 |
| RGB | rgb(240, 132, 87) |
| HSL | hsl(18, 84%, 64%) |
| CMYK | cmyk(0%, 45%, 64%, 6%) |
| LAB | lab(66.3 37.5 42.2) |
| LCH | lch(66.3 56.5 48.3) |
| OKLCH | oklch(0.724 0.145 42.7) |
Copy-ready code
/* CSS */
color: #f08457;
background-color: #f08457;
/* Tailwind (arbitrary) */
class="text-[#f08457] bg-[#f08457]"
/* SCSS */
$brand: #f08457;
/* SwiftUI */
Color(red: 0.941, green: 0.518, blue: 0.341)
/* Android */
Color.parseColor("#f08457")Accessibility — WCAG contrast
Aa
#f08457 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08457 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green51.8%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow63.7%
Key (black)5.9%
Color previews
#f08457 text on a black background
contrast 8.14:1
Card sample
#f08457 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08457;
Background color
Panel with #f08457 background
background-color: #f08457;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08457;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 132, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 132, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08457; background: linear-gradient(135deg, #f08457, #F0EA57);