#ff98af
a light, electric red · warm · closest name: pink
RGB
255, 152, 175
HSL
347°, 100%, 80%
CMYK
0, 40, 31, 0
Luminance
0.4681
Every format
| HEX | #ff98af |
| RGB | rgb(255, 152, 175) |
| HSL | hsl(347, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 31%, 0%) |
| LAB | lab(74.1 41.2 4.8) |
| LCH | lch(74.1 41.5 6.6) |
| OKLCH | oklch(0.792 0.126 5.9) |
Copy-ready code
/* CSS */
color: #ff98af;
background-color: #ff98af;
/* Tailwind (arbitrary) */
class="text-[#ff98af] bg-[#ff98af]"
/* SCSS */
$brand: #ff98af;
/* SwiftUI */
Color(red: 1.000, green: 0.596, blue: 0.686)
/* Android */
Color.parseColor("#ff98af")Accessibility — WCAG contrast
Aa
#ff98af on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff98af on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow31.4%
Key (black)0.0%
Color previews
#ff98af text on a black background
contrast 10.36:1
Card sample
#ff98af text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff98af;
Background color
Panel with #ff98af background
background-color: #ff98af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff98af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 152, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 152, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff98af; background: linear-gradient(135deg, #ff98af, #FFC698);