#ff97df
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 151, 223
HSL
319°, 100%, 80%
CMYK
0, 41, 13, 0
Luminance
0.4872
Every format
| HEX | #ff97df |
| RGB | rgb(255, 151, 223) |
| HSL | hsl(319, 100%, 80%) |
| CMYK | cmyk(0%, 41%, 13%, 0%) |
| LAB | lab(75.3 48.5 -19.8) |
| LCH | lch(75.3 52.4 337.8) |
| OKLCH | oklch(0.806 0.151 339.5) |
Copy-ready code
/* CSS */
color: #ff97df;
background-color: #ff97df;
/* Tailwind (arbitrary) */
class="text-[#ff97df] bg-[#ff97df]"
/* SCSS */
$brand: #ff97df;
/* SwiftUI */
Color(red: 1.000, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#ff97df")Accessibility — WCAG contrast
Aa
#ff97df on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff97df on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow12.5%
Key (black)0.0%
Color previews
#ff97df text on a black background
contrast 10.74:1
Card sample
#ff97df text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff97df;
Background color
Panel with #ff97df background
background-color: #ff97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff97df; background: linear-gradient(135deg, #ff97df, #FF979A);