#f6839d
a light, electric red · warm · closest name: salmon
RGB
246, 131, 157
HSL
346°, 87%, 74%
CMYK
0, 47, 36, 4
Luminance
0.3826
Every format
| HEX | #f6839d |
| RGB | rgb(246, 131, 157) |
| HSL | hsl(346, 87%, 74%) |
| CMYK | cmyk(0%, 47%, 36%, 4%) |
| LAB | lab(68.2 46.5 6.2) |
| LCH | lch(68.2 46.9 7.6) |
| OKLCH | oklch(0.744 0.142 6.7) |
Copy-ready code
/* CSS */
color: #f6839d;
background-color: #f6839d;
/* Tailwind (arbitrary) */
class="text-[#f6839d] bg-[#f6839d]"
/* SCSS */
$brand: #f6839d;
/* SwiftUI */
Color(red: 0.965, green: 0.514, blue: 0.616)
/* Android */
Color.parseColor("#f6839d")Accessibility — WCAG contrast
Aa
#f6839d on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6839d on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green51.4%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow36.2%
Key (black)3.5%
Color previews
#f6839d text on a black background
contrast 8.65:1
Card sample
#f6839d text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6839d;
Background color
Panel with #f6839d background
background-color: #f6839d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6839d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 131, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 131, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6839d; background: linear-gradient(135deg, #f6839d, #F6B683);