#f06f3f
a balanced, electric orange · warm · closest name: coral
RGB
240, 111, 63
HSL
16°, 86%, 59%
CMYK
0, 54, 74, 6
Luminance
0.3025
Every format
| HEX | #f06f3f |
| RGB | rgb(240, 111, 63) |
| HSL | hsl(16, 86%, 59%) |
| CMYK | cmyk(0%, 54%, 74%, 6%) |
| LAB | lab(61.9 46.7 49.5) |
| LCH | lch(61.9 68.0 46.6) |
| OKLCH | oklch(0.689 0.171 40.1) |
Copy-ready code
/* CSS */
color: #f06f3f;
background-color: #f06f3f;
/* Tailwind (arbitrary) */
class="text-[#f06f3f] bg-[#f06f3f]"
/* SCSS */
$brand: #f06f3f;
/* SwiftUI */
Color(red: 0.941, green: 0.435, blue: 0.247)
/* Android */
Color.parseColor("#f06f3f")Accessibility — WCAG contrast
Aa
#f06f3f on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06f3f on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green43.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow73.8%
Key (black)5.9%
Color previews
#f06f3f text on a black background
contrast 7.05:1
Card sample
#f06f3f text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06f3f;
Background color
Panel with #f06f3f background
background-color: #f06f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 111, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 111, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06f3f; background: linear-gradient(135deg, #f06f3f, #F0E53F);