#f18484
a light, electric red · warm · closest name: salmon
RGB
241, 132, 132
HSL
0°, 80%, 73%
CMYK
0, 45, 45, 6
Luminance
0.3687
Every format
| HEX | #f18484 |
| RGB | rgb(241, 132, 132) |
| HSL | hsl(0, 80%, 73%) |
| CMYK | cmyk(0%, 45%, 45%, 6%) |
| LAB | lab(67.2 41.5 18.7) |
| LCH | lch(67.2 45.6 24.3) |
| OKLCH | oklch(0.733 0.134 20.8) |
Copy-ready code
/* CSS */
color: #f18484;
background-color: #f18484;
/* Tailwind (arbitrary) */
class="text-[#f18484] bg-[#f18484]"
/* SCSS */
$brand: #f18484;
/* SwiftUI */
Color(red: 0.945, green: 0.518, blue: 0.518)
/* Android */
Color.parseColor("#f18484")Accessibility — WCAG contrast
Aa
#f18484 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18484 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green51.8%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta45.2%
Yellow45.2%
Key (black)5.5%
Color previews
#f18484 text on a black background
contrast 8.37:1
Card sample
#f18484 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18484;
Background color
Panel with #f18484 background
background-color: #f18484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 132, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 132, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18484; background: linear-gradient(135deg, #f18484, #F1CD84);