#f08d52
a balanced, electric orange · warm · closest name: coral
RGB
240, 141, 82
HSL
22°, 84%, 63%
CMYK
0, 41, 66, 6
Luminance
0.3818
Every format
| HEX | #f08d52 |
| RGB | rgb(240, 141, 82) |
| HSL | hsl(22, 84%, 63%) |
| CMYK | cmyk(0%, 41%, 66%, 6%) |
| LAB | lab(68.2 32.6 46.9) |
| LCH | lch(68.2 57.1 55.2) |
| OKLCH | oklch(0.738 0.141 49.9) |
Copy-ready code
/* CSS */
color: #f08d52;
background-color: #f08d52;
/* Tailwind (arbitrary) */
class="text-[#f08d52] bg-[#f08d52]"
/* SCSS */
$brand: #f08d52;
/* SwiftUI */
Color(red: 0.941, green: 0.553, blue: 0.322)
/* Android */
Color.parseColor("#f08d52")Accessibility — WCAG contrast
Aa
#f08d52 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08d52 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green55.3%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow65.8%
Key (black)5.9%
Color previews
#f08d52 text on a black background
contrast 8.64:1
Card sample
#f08d52 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08d52;
Background color
Panel with #f08d52 background
background-color: #f08d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 141, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 141, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08d52; background: linear-gradient(135deg, #f08d52, #EAF052);