#f19974
a light, electric orange · warm · closest name: salmon
RGB
241, 153, 116
HSL
18°, 82%, 70%
CMYK
0, 37, 52, 6
Luminance
0.4274
Every format
| HEX | #f19974 |
| RGB | rgb(241, 153, 116) |
| HSL | hsl(18, 82%, 70%) |
| CMYK | cmyk(0%, 37%, 52%, 6%) |
| LAB | lab(71.4 29.2 33.1) |
| LCH | lch(71.4 44.1 48.6) |
| OKLCH | oklch(0.764 0.118 43.4) |
Copy-ready code
/* CSS */
color: #f19974;
background-color: #f19974;
/* Tailwind (arbitrary) */
class="text-[#f19974] bg-[#f19974]"
/* SCSS */
$brand: #f19974;
/* SwiftUI */
Color(red: 0.945, green: 0.600, blue: 0.455)
/* Android */
Color.parseColor("#f19974")Accessibility — WCAG contrast
Aa
#f19974 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19974 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green60.0%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow51.9%
Key (black)5.5%
Color previews
#f19974 text on a black background
contrast 9.55:1
Card sample
#f19974 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19974;
Background color
Panel with #f19974 background
background-color: #f19974;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19974;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 153, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 153, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19974; background: linear-gradient(135deg, #f19974, #F1EC74);