#f08044
a balanced, electric orange · warm · closest name: coral
RGB
240, 128, 68
HSL
21°, 85%, 60%
CMYK
0, 47, 72, 6
Luminance
0.3438
Every format
| HEX | #f08044 |
| RGB | rgb(240, 128, 68) |
| HSL | hsl(21, 85%, 60%) |
| CMYK | cmyk(0%, 47%, 72%, 6%) |
| LAB | lab(65.3 38.5 50.6) |
| LCH | lch(65.3 63.6 52.7) |
| OKLCH | oklch(0.715 0.156 46.8) |
Copy-ready code
/* CSS */
color: #f08044;
background-color: #f08044;
/* Tailwind (arbitrary) */
class="text-[#f08044] bg-[#f08044]"
/* SCSS */
$brand: #f08044;
/* SwiftUI */
Color(red: 0.941, green: 0.502, blue: 0.267)
/* Android */
Color.parseColor("#f08044")Accessibility — WCAG contrast
Aa
#f08044 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08044 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green50.2%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow71.7%
Key (black)5.9%
Color previews
#f08044 text on a black background
contrast 7.88:1
Card sample
#f08044 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08044;
Background color
Panel with #f08044 background
background-color: #f08044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 128, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 128, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08044; background: linear-gradient(135deg, #f08044, #EDF044);