#f4697b
a light, electric red · warm · closest name: salmon
RGB
244, 105, 123
HSL
352°, 86%, 68%
CMYK
0, 57, 50, 4
Luminance
0.3077
Every format
| HEX | #f4697b |
| RGB | rgb(244, 105, 123) |
| HSL | hsl(352, 86%, 68%) |
| CMYK | cmyk(0%, 57%, 50%, 4%) |
| LAB | lab(62.3 54.8 17.2) |
| LCH | lch(62.3 57.5 17.4) |
| OKLCH | oklch(0.696 0.171 14.8) |
Copy-ready code
/* CSS */
color: #f4697b;
background-color: #f4697b;
/* Tailwind (arbitrary) */
class="text-[#f4697b] bg-[#f4697b]"
/* SCSS */
$brand: #f4697b;
/* SwiftUI */
Color(red: 0.957, green: 0.412, blue: 0.482)
/* Android */
Color.parseColor("#f4697b")Accessibility — WCAG contrast
Aa
#f4697b on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4697b on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green41.2%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow49.6%
Key (black)4.3%
Color previews
#f4697b text on a black background
contrast 7.15:1
Card sample
#f4697b text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4697b;
Background color
Panel with #f4697b background
background-color: #f4697b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4697b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 105, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 105, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4697b; background: linear-gradient(135deg, #f4697b, #F4B469);