#f6949d
a light, electric red · warm · closest name: pink
RGB
246, 148, 157
HSL
355°, 85%, 77%
CMYK
0, 40, 36, 4
Luminance
0.4321
Every format
| HEX | #f6949d |
| RGB | rgb(246, 148, 157) |
| HSL | hsl(355, 85%, 77%) |
| CMYK | cmyk(0%, 40%, 36%, 4%) |
| LAB | lab(71.7 37.9 11.2) |
| LCH | lch(71.7 39.5 16.5) |
| OKLCH | oklch(0.771 0.118 14.3) |
Copy-ready code
/* CSS */
color: #f6949d;
background-color: #f6949d;
/* Tailwind (arbitrary) */
class="text-[#f6949d] bg-[#f6949d]"
/* SCSS */
$brand: #f6949d;
/* SwiftUI */
Color(red: 0.965, green: 0.580, blue: 0.616)
/* Android */
Color.parseColor("#f6949d")Accessibility — WCAG contrast
Aa
#f6949d on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6949d on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green58.0%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow36.2%
Key (black)3.5%
Color previews
#f6949d text on a black background
contrast 9.64:1
Card sample
#f6949d text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6949d;
Background color
Panel with #f6949d background
background-color: #f6949d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6949d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 148, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 148, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6949d; background: linear-gradient(135deg, #f6949d, #F6CC94);