#ff9fba
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 159, 186
HSL
343°, 100%, 81%
CMYK
0, 38, 27, 0
Luminance
0.4960
Every format
| HEX | #ff9fba |
| RGB | rgb(255, 159, 186) |
| HSL | hsl(343, 100%, 81%) |
| CMYK | cmyk(0%, 38%, 27%, 0%) |
| LAB | lab(75.8 39.0 1.3) |
| LCH | lch(75.8 39.0 1.9) |
| OKLCH | oklch(0.807 0.118 1.9) |
Copy-ready code
/* CSS */
color: #ff9fba;
background-color: #ff9fba;
/* Tailwind (arbitrary) */
class="text-[#ff9fba] bg-[#ff9fba]"
/* SCSS */
$brand: #ff9fba;
/* SwiftUI */
Color(red: 1.000, green: 0.624, blue: 0.729)
/* Android */
Color.parseColor("#ff9fba")Accessibility — WCAG contrast
Aa
#ff9fba on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9fba on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow27.1%
Key (black)0.0%
Color previews
#ff9fba text on a black background
contrast 10.92:1
Card sample
#ff9fba text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9fba;
Background color
Panel with #ff9fba background
background-color: #ff9fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 159, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 159, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9fba; background: linear-gradient(135deg, #ff9fba, #FFC49F);