#f18a5c
a light, electric orange · warm · closest name: coral
RGB
241, 138, 92
HSL
19°, 84%, 65%
CMYK
0, 43, 62, 6
Luminance
0.3765
Every format
| HEX | #f18a5c |
| RGB | rgb(241, 138, 92) |
| HSL | hsl(19, 84%, 65%) |
| CMYK | cmyk(0%, 43%, 62%, 6%) |
| LAB | lab(67.8 35.2 41.4) |
| LCH | lch(67.8 54.3 49.6) |
| OKLCH | oklch(0.735 0.140 44.1) |
Copy-ready code
/* CSS */
color: #f18a5c;
background-color: #f18a5c;
/* Tailwind (arbitrary) */
class="text-[#f18a5c] bg-[#f18a5c]"
/* SCSS */
$brand: #f18a5c;
/* SwiftUI */
Color(red: 0.945, green: 0.541, blue: 0.361)
/* Android */
Color.parseColor("#f18a5c")Accessibility — WCAG contrast
Aa
#f18a5c on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18a5c on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.1%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow61.8%
Key (black)5.5%
Color previews
#f18a5c text on a black background
contrast 8.53:1
Card sample
#f18a5c text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18a5c;
Background color
Panel with #f18a5c background
background-color: #f18a5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18a5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 138, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 138, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18a5c; background: linear-gradient(135deg, #f18a5c, #F1ED5C);