#ff739b
a light, electric magenta / pink · warm · closest name: salmon
RGB
255, 115, 155
HSL
343°, 100%, 73%
CMYK
0, 55, 39, 0
Luminance
0.3589
Every format
| HEX | #ff739b |
| RGB | rgb(255, 115, 155) |
| HSL | hsl(343, 100%, 73%) |
| CMYK | cmyk(0%, 55%, 39%, 0%) |
| LAB | lab(66.4 57.0 5.0) |
| LCH | lch(66.4 57.2 5.0) |
| OKLCH | oklch(0.733 0.174 4.5) |
Copy-ready code
/* CSS */
color: #ff739b;
background-color: #ff739b;
/* Tailwind (arbitrary) */
class="text-[#ff739b] bg-[#ff739b]"
/* SCSS */
$brand: #ff739b;
/* SwiftUI */
Color(red: 1.000, green: 0.451, blue: 0.608)
/* Android */
Color.parseColor("#ff739b")Accessibility — WCAG contrast
Aa
#ff739b on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff739b on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.1%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow39.2%
Key (black)0.0%
Color previews
#ff739b text on a black background
contrast 8.18:1
Card sample
#ff739b text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff739b;
Background color
Panel with #ff739b background
background-color: #ff739b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff739b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 115, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 115, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff739b; background: linear-gradient(135deg, #ff739b, #FFA873);