#f4869b
a light, electric red · warm · closest name: salmon
RGB
244, 134, 155
HSL
349°, 83%, 74%
CMYK
0, 45, 37, 4
Luminance
0.3865
Every format
| HEX | #f4869b |
| RGB | rgb(244, 134, 155) |
| HSL | hsl(349, 83%, 74%) |
| CMYK | cmyk(0%, 45%, 37%, 4%) |
| LAB | lab(68.5 44.1 7.7) |
| LCH | lch(68.5 44.7 10.0) |
| OKLCH | oklch(0.746 0.135 8.7) |
Copy-ready code
/* CSS */
color: #f4869b;
background-color: #f4869b;
/* Tailwind (arbitrary) */
class="text-[#f4869b] bg-[#f4869b]"
/* SCSS */
$brand: #f4869b;
/* SwiftUI */
Color(red: 0.957, green: 0.525, blue: 0.608)
/* Android */
Color.parseColor("#f4869b")Accessibility — WCAG contrast
Aa
#f4869b on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4869b on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green52.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow36.5%
Key (black)4.3%
Color previews
#f4869b text on a black background
contrast 8.73:1
Card sample
#f4869b text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4869b;
Background color
Panel with #f4869b background
background-color: #f4869b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4869b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 134, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 134, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4869b; background: linear-gradient(135deg, #f4869b, #F4BA86);