#f6917c
a light, electric red · warm · closest name: salmon
RGB
246, 145, 124
HSL
10°, 87%, 73%
CMYK
0, 41, 50, 4
Luminance
0.4130
Every format
| HEX | #f6917c |
| RGB | rgb(246, 145, 124) |
| HSL | hsl(10, 87%, 73%) |
| CMYK | cmyk(0%, 41%, 50%, 4%) |
| LAB | lab(70.4 36.0 27.6) |
| LCH | lch(70.4 45.4 37.5) |
| OKLCH | oklch(0.758 0.127 32.6) |
Copy-ready code
/* CSS */
color: #f6917c;
background-color: #f6917c;
/* Tailwind (arbitrary) */
class="text-[#f6917c] bg-[#f6917c]"
/* SCSS */
$brand: #f6917c;
/* SwiftUI */
Color(red: 0.965, green: 0.569, blue: 0.486)
/* Android */
Color.parseColor("#f6917c")Accessibility — WCAG contrast
Aa
#f6917c on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6917c on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green56.9%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow49.6%
Key (black)3.5%
Color previews
#f6917c text on a black background
contrast 9.26:1
Card sample
#f6917c text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6917c;
Background color
Panel with #f6917c background
background-color: #f6917c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6917c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 145, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 145, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6917c; background: linear-gradient(135deg, #f6917c, #F6E27C);