#ff98fe
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 152, 254
HSL
301°, 100%, 80%
CMYK
0, 40, 0, 0
Luminance
0.5087
Every format
| HEX | #ff98fe |
| RGB | rgb(255, 152, 254) |
| HSL | hsl(301, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 0%, 0%) |
| LAB | lab(76.6 53.1 -34.6) |
| LCH | lch(76.6 63.4 326.9) |
| OKLCH | oklch(0.820 0.175 327.4) |
Copy-ready code
/* CSS */
color: #ff98fe;
background-color: #ff98fe;
/* Tailwind (arbitrary) */
class="text-[#ff98fe] bg-[#ff98fe]"
/* SCSS */
$brand: #ff98fe;
/* SwiftUI */
Color(red: 1.000, green: 0.596, blue: 0.996)
/* Android */
Color.parseColor("#ff98fe")Accessibility — WCAG contrast
Aa
#ff98fe on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff98fe on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.6%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow0.4%
Key (black)0.0%
Color previews
#ff98fe text on a black background
contrast 11.17:1
Card sample
#ff98fe text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff98fe;
Background color
Panel with #ff98fe background
background-color: #ff98fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff98fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 152, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 152, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff98fe; background: linear-gradient(135deg, #ff98fe, #FF98B9);