#ff8ba7
a light, electric red · warm · closest name: salmon
RGB
255, 139, 167
HSL
346°, 100%, 77%
CMYK
0, 46, 35, 0
Luminance
0.4252
Every format
| HEX | #ff8ba7 |
| RGB | rgb(255, 139, 167) |
| HSL | hsl(346, 100%, 77%) |
| CMYK | cmyk(0%, 46%, 35%, 0%) |
| LAB | lab(71.2 46.8 5.1) |
| LCH | lch(71.2 47.0 6.2) |
| OKLCH | oklch(0.770 0.143 5.6) |
Copy-ready code
/* CSS */
color: #ff8ba7;
background-color: #ff8ba7;
/* Tailwind (arbitrary) */
class="text-[#ff8ba7] bg-[#ff8ba7]"
/* SCSS */
$brand: #ff8ba7;
/* SwiftUI */
Color(red: 1.000, green: 0.545, blue: 0.655)
/* Android */
Color.parseColor("#ff8ba7")Accessibility — WCAG contrast
Aa
#ff8ba7 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8ba7 on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.5%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow34.5%
Key (black)0.0%
Color previews
#ff8ba7 text on a black background
contrast 9.50:1
Card sample
#ff8ba7 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8ba7;
Background color
Panel with #ff8ba7 background
background-color: #ff8ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 139, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 139, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8ba7; background: linear-gradient(135deg, #ff8ba7, #FFBC8B);