#ff97ba
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 151, 186
HSL
340°, 100%, 80%
CMYK
0, 41, 27, 0
Luminance
0.4694
Every format
| HEX | #ff97ba |
| RGB | rgb(255, 151, 186) |
| HSL | hsl(340, 100%, 80%) |
| CMYK | cmyk(0%, 41%, 27%, 0%) |
| LAB | lab(74.2 43.1 -1.2) |
| LCH | lch(74.2 43.1 358.4) |
| OKLCH | oklch(0.794 0.130 358.9) |
Copy-ready code
/* CSS */
color: #ff97ba;
background-color: #ff97ba;
/* Tailwind (arbitrary) */
class="text-[#ff97ba] bg-[#ff97ba]"
/* SCSS */
$brand: #ff97ba;
/* SwiftUI */
Color(red: 1.000, green: 0.592, blue: 0.729)
/* Android */
Color.parseColor("#ff97ba")Accessibility — WCAG contrast
Aa
#ff97ba on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff97ba on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow27.1%
Key (black)0.0%
Color previews
#ff97ba text on a black background
contrast 10.39:1
Card sample
#ff97ba text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff97ba;
Background color
Panel with #ff97ba background
background-color: #ff97ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff97ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 151, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 151, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff97ba; background: linear-gradient(135deg, #ff97ba, #FFB997);