#ff96b9
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 150, 185
HSL
340°, 100%, 79%
CMYK
0, 41, 28, 0
Luminance
0.4658
Every format
| HEX | #ff96b9 |
| RGB | rgb(255, 150, 185) |
| HSL | hsl(340, 100%, 79%) |
| CMYK | cmyk(0%, 41%, 28%, 0%) |
| LAB | lab(73.9 43.5 -1.0) |
| LCH | lch(73.9 43.5 358.7) |
| OKLCH | oklch(0.792 0.131 359.1) |
Copy-ready code
/* CSS */
color: #ff96b9;
background-color: #ff96b9;
/* Tailwind (arbitrary) */
class="text-[#ff96b9] bg-[#ff96b9]"
/* SCSS */
$brand: #ff96b9;
/* SwiftUI */
Color(red: 1.000, green: 0.588, blue: 0.725)
/* Android */
Color.parseColor("#ff96b9")Accessibility — WCAG contrast
Aa
#ff96b9 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff96b9 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.8%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow27.5%
Key (black)0.0%
Color previews
#ff96b9 text on a black background
contrast 10.32:1
Card sample
#ff96b9 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff96b9;
Background color
Panel with #ff96b9 background
background-color: #ff96b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff96b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 150, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 150, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff96b9; background: linear-gradient(135deg, #ff96b9, #FFB996);