#ff97eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 151, 235
HSL
312°, 100%, 80%
CMYK
0, 41, 8, 0
Luminance
0.4939
Every format
| HEX | #ff97eb |
| RGB | rgb(255, 151, 235) |
| HSL | hsl(312, 100%, 80%) |
| CMYK | cmyk(0%, 41%, 8%, 0%) |
| LAB | lab(75.7 50.4 -25.8) |
| LCH | lch(75.7 56.6 332.9) |
| OKLCH | oklch(0.811 0.161 334.4) |
Copy-ready code
/* CSS */
color: #ff97eb;
background-color: #ff97eb;
/* Tailwind (arbitrary) */
class="text-[#ff97eb] bg-[#ff97eb]"
/* SCSS */
$brand: #ff97eb;
/* SwiftUI */
Color(red: 1.000, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#ff97eb")Accessibility — WCAG contrast
Aa
#ff97eb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff97eb on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow7.8%
Key (black)0.0%
Color previews
#ff97eb text on a black background
contrast 10.88:1
Card sample
#ff97eb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff97eb;
Background color
Panel with #ff97eb background
background-color: #ff97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff97eb; background: linear-gradient(135deg, #ff97eb, #FF97A6);