#fa98ac
a light, electric red · warm · closest name: pink
RGB
250, 152, 172
HSL
348°, 91%, 79%
CMYK
0, 39, 31, 2
Luminance
0.4576
Every format
| HEX | #fa98ac |
| RGB | rgb(250, 152, 172) |
| HSL | hsl(348, 91%, 79%) |
| CMYK | cmyk(0%, 39%, 31%, 2%) |
| LAB | lab(73.4 39.0 5.4) |
| LCH | lch(73.4 39.4 7.8) |
| OKLCH | oklch(0.786 0.119 7.0) |
Copy-ready code
/* CSS */
color: #fa98ac;
background-color: #fa98ac;
/* Tailwind (arbitrary) */
class="text-[#fa98ac] bg-[#fa98ac]"
/* SCSS */
$brand: #fa98ac;
/* SwiftUI */
Color(red: 0.980, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#fa98ac")Accessibility — WCAG contrast
Aa
#fa98ac on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa98ac on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green59.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow31.2%
Key (black)2.0%
Color previews
#fa98ac text on a black background
contrast 10.15:1
Card sample
#fa98ac text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa98ac;
Background color
Panel with #fa98ac background
background-color: #fa98ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa98ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa98ac; background: linear-gradient(135deg, #fa98ac, #FAC598);