#ff95ba
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 149, 186
HSL
339°, 100%, 79%
CMYK
0, 42, 27, 0
Luminance
0.4630
Every format
| HEX | #ff95ba |
| RGB | rgb(255, 149, 186) |
| HSL | hsl(339, 100%, 79%) |
| CMYK | cmyk(0%, 42%, 27%, 0%) |
| LAB | lab(73.7 44.1 -1.8) |
| LCH | lch(73.7 44.2 357.7) |
| OKLCH | oklch(0.791 0.133 358.2) |
Copy-ready code
/* CSS */
color: #ff95ba;
background-color: #ff95ba;
/* Tailwind (arbitrary) */
class="text-[#ff95ba] bg-[#ff95ba]"
/* SCSS */
$brand: #ff95ba;
/* SwiftUI */
Color(red: 1.000, green: 0.584, blue: 0.729)
/* Android */
Color.parseColor("#ff95ba")Accessibility — WCAG contrast
Aa
#ff95ba on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff95ba on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow27.1%
Key (black)0.0%
Color previews
#ff95ba text on a black background
contrast 10.26:1
Card sample
#ff95ba text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff95ba;
Background color
Panel with #ff95ba background
background-color: #ff95ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff95ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 149, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 149, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff95ba; background: linear-gradient(135deg, #ff95ba, #FFB795);