#f18648
a balanced, electric orange · warm · closest name: coral
RGB
241, 134, 72
HSL
22°, 86%, 61%
CMYK
0, 44, 70, 6
Luminance
0.3622
Every format
| HEX | #f18648 |
| RGB | rgb(241, 134, 72) |
| HSL | hsl(22, 86%, 61%) |
| CMYK | cmyk(0%, 44%, 70%, 6%) |
| LAB | lab(66.7 36.1 50.3) |
| LCH | lch(66.7 61.9 54.3) |
| OKLCH | oklch(0.726 0.151 48.7) |
Copy-ready code
/* CSS */
color: #f18648;
background-color: #f18648;
/* Tailwind (arbitrary) */
class="text-[#f18648] bg-[#f18648]"
/* SCSS */
$brand: #f18648;
/* SwiftUI */
Color(red: 0.945, green: 0.525, blue: 0.282)
/* Android */
Color.parseColor("#f18648")Accessibility — WCAG contrast
Aa
#f18648 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18648 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green52.5%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow70.1%
Key (black)5.5%
Color previews
#f18648 text on a black background
contrast 8.24:1
Card sample
#f18648 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18648;
Background color
Panel with #f18648 background
background-color: #f18648;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18648;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 134, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 134, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18648; background: linear-gradient(135deg, #f18648, #EBF148);