#f19977
a light, electric orange · warm · closest name: salmon
RGB
241, 153, 119
HSL
17°, 81%, 71%
CMYK
0, 37, 51, 6
Luminance
0.4282
Every format
| HEX | #f19977 |
| RGB | rgb(241, 153, 119) |
| HSL | hsl(17, 81%, 71%) |
| CMYK | cmyk(0%, 37%, 51%, 6%) |
| LAB | lab(71.4 29.4 31.6) |
| LCH | lch(71.4 43.2 47.0) |
| OKLCH | oklch(0.765 0.116 41.8) |
Copy-ready code
/* CSS */
color: #f19977;
background-color: #f19977;
/* Tailwind (arbitrary) */
class="text-[#f19977] bg-[#f19977]"
/* SCSS */
$brand: #f19977;
/* SwiftUI */
Color(red: 0.945, green: 0.600, blue: 0.467)
/* Android */
Color.parseColor("#f19977")Accessibility — WCAG contrast
Aa
#f19977 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19977 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green60.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow50.6%
Key (black)5.5%
Color previews
#f19977 text on a black background
contrast 9.56:1
Card sample
#f19977 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19977;
Background color
Panel with #f19977 background
background-color: #f19977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 153, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 153, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19977; background: linear-gradient(135deg, #f19977, #F1EA77);