#f15c7b
a light, electric red · warm · closest name: salmon
RGB
241, 92, 123
HSL
348°, 84%, 65%
CMYK
0, 62, 49, 6
Luminance
0.2779
Every format
| HEX | #f15c7b |
| RGB | rgb(241, 92, 123) |
| HSL | hsl(348, 84%, 65%) |
| CMYK | cmyk(0%, 62%, 49%, 6%) |
| LAB | lab(59.7 59.6 13.5) |
| LCH | lch(59.7 61.1 12.8) |
| OKLCH | oklch(0.676 0.184 10.9) |
Copy-ready code
/* CSS */
color: #f15c7b;
background-color: #f15c7b;
/* Tailwind (arbitrary) */
class="text-[#f15c7b] bg-[#f15c7b]"
/* SCSS */
$brand: #f15c7b;
/* SwiftUI */
Color(red: 0.945, green: 0.361, blue: 0.482)
/* Android */
Color.parseColor("#f15c7b")Accessibility — WCAG contrast
Aa
#f15c7b on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f15c7b on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green36.1%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow49.0%
Key (black)5.5%
Color previews
#f15c7b text on a black background
contrast 6.56:1
Card sample
#f15c7b text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15c7b;
Background color
Panel with #f15c7b background
background-color: #f15c7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15c7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 92, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 92, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15c7b; background: linear-gradient(135deg, #f15c7b, #F1A05C);