#f06b3f
a balanced, electric red · warm · closest name: coral
RGB
240, 107, 63
HSL
15°, 86%, 59%
CMYK
0, 55, 74, 6
Luminance
0.2940
Every format
| HEX | #f06b3f |
| RGB | rgb(240, 107, 63) |
| HSL | hsl(15, 86%, 59%) |
| CMYK | cmyk(0%, 55%, 74%, 6%) |
| LAB | lab(61.1 48.6 48.7) |
| LCH | lch(61.1 68.8 45.0) |
| OKLCH | oklch(0.683 0.175 38.4) |
Copy-ready code
/* CSS */
color: #f06b3f;
background-color: #f06b3f;
/* Tailwind (arbitrary) */
class="text-[#f06b3f] bg-[#f06b3f]"
/* SCSS */
$brand: #f06b3f;
/* SwiftUI */
Color(red: 0.941, green: 0.420, blue: 0.247)
/* Android */
Color.parseColor("#f06b3f")Accessibility — WCAG contrast
Aa
#f06b3f on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f06b3f on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow73.8%
Key (black)5.9%
Color previews
#f06b3f text on a black background
contrast 6.88:1
Card sample
#f06b3f text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06b3f;
Background color
Panel with #f06b3f background
background-color: #f06b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 107, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 107, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06b3f; background: linear-gradient(135deg, #f06b3f, #F0E13F);