#f06c4f
a balanced, electric red · warm · closest name: coral
RGB
240, 108, 79
HSL
11°, 84%, 63%
CMYK
0, 55, 67, 6
Luminance
0.2981
Every format
| HEX | #f06c4f |
| RGB | rgb(240, 108, 79) |
| HSL | hsl(11, 84%, 63%) |
| CMYK | cmyk(0%, 55%, 67%, 6%) |
| LAB | lab(61.5 48.9 40.8) |
| LCH | lch(61.5 63.7 39.8) |
| OKLCH | oklch(0.687 0.169 33.9) |
Copy-ready code
/* CSS */
color: #f06c4f;
background-color: #f06c4f;
/* Tailwind (arbitrary) */
class="text-[#f06c4f] bg-[#f06c4f]"
/* SCSS */
$brand: #f06c4f;
/* SwiftUI */
Color(red: 0.941, green: 0.424, blue: 0.310)
/* Android */
Color.parseColor("#f06c4f")Accessibility — WCAG contrast
Aa
#f06c4f on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f06c4f on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow67.1%
Key (black)5.9%
Color previews
#f06c4f text on a black background
contrast 6.96:1
Card sample
#f06c4f text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06c4f;
Background color
Panel with #f06c4f background
background-color: #f06c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 108, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 108, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06c4f; background: linear-gradient(135deg, #f06c4f, #F0D74F);