#fa9dae
a light, electric red · warm · closest name: pink
RGB
250, 157, 174
HSL
349°, 90%, 80%
CMYK
0, 37, 30, 2
Luminance
0.4749
Every format
| HEX | #fa9dae |
| RGB | rgb(250, 157, 174) |
| HSL | hsl(349, 90%, 80%) |
| CMYK | cmyk(0%, 37%, 30%, 2%) |
| LAB | lab(74.5 36.7 5.9) |
| LCH | lch(74.5 37.2 9.1) |
| OKLCH | oklch(0.794 0.112 8.1) |
Copy-ready code
/* CSS */
color: #fa9dae;
background-color: #fa9dae;
/* Tailwind (arbitrary) */
class="text-[#fa9dae] bg-[#fa9dae]"
/* SCSS */
$brand: #fa9dae;
/* SwiftUI */
Color(red: 0.980, green: 0.616, blue: 0.682)
/* Android */
Color.parseColor("#fa9dae")Accessibility — WCAG contrast
Aa
#fa9dae on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa9dae on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green61.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow30.4%
Key (black)2.0%
Color previews
#fa9dae text on a black background
contrast 10.50:1
Card sample
#fa9dae text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa9dae;
Background color
Panel with #fa9dae background
background-color: #fa9dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa9dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 157, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 157, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa9dae; background: linear-gradient(135deg, #fa9dae, #FACA9D);