#f79164
a light, electric orange · warm · closest name: coral
RGB
247, 145, 100
HSL
18°, 90%, 68%
CMYK
0, 41, 60, 3
Luminance
0.4095
Every format
| HEX | #f79164 |
| RGB | rgb(247, 145, 100) |
| HSL | hsl(18, 90%, 68%) |
| CMYK | cmyk(0%, 41%, 60%, 3%) |
| LAB | lab(70.1 34.4 40.2) |
| LCH | lch(70.1 53.0 49.4) |
| OKLCH | oklch(0.755 0.137 44.0) |
Copy-ready code
/* CSS */
color: #f79164;
background-color: #f79164;
/* Tailwind (arbitrary) */
class="text-[#f79164] bg-[#f79164]"
/* SCSS */
$brand: #f79164;
/* SwiftUI */
Color(red: 0.969, green: 0.569, blue: 0.392)
/* Android */
Color.parseColor("#f79164")Accessibility — WCAG contrast
Aa
#f79164 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79164 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green56.9%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow59.5%
Key (black)3.1%
Color previews
#f79164 text on a black background
contrast 9.19:1
Card sample
#f79164 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79164;
Background color
Panel with #f79164 background
background-color: #f79164;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79164;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 145, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 145, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79164; background: linear-gradient(135deg, #f79164, #F7F364);