#ff97cd
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 151, 205
HSL
329°, 100%, 80%
CMYK
0, 41, 20, 0
Luminance
0.4780
Every format
| HEX | #ff97cd |
| RGB | rgb(255, 151, 205) |
| HSL | hsl(329, 100%, 80%) |
| CMYK | cmyk(0%, 41%, 20%, 0%) |
| LAB | lab(74.7 45.8 -10.8) |
| LCH | lch(74.7 47.0 346.7) |
| OKLCH | oklch(0.800 0.139 348.3) |
Copy-ready code
/* CSS */
color: #ff97cd;
background-color: #ff97cd;
/* Tailwind (arbitrary) */
class="text-[#ff97cd] bg-[#ff97cd]"
/* SCSS */
$brand: #ff97cd;
/* SwiftUI */
Color(red: 1.000, green: 0.592, blue: 0.804)
/* Android */
Color.parseColor("#ff97cd")Accessibility — WCAG contrast
Aa
#ff97cd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff97cd on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow19.6%
Key (black)0.0%
Color previews
#ff97cd text on a black background
contrast 10.56:1
Card sample
#ff97cd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff97cd;
Background color
Panel with #ff97cd background
background-color: #ff97cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff97cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 151, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 151, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff97cd; background: linear-gradient(135deg, #ff97cd, #FFA697);