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