#faa9b2
a light, electric red · warm · closest name: pink
RGB
250, 169, 178
HSL
353°, 89%, 82%
CMYK
0, 32, 29, 2
Luminance
0.5191
Every format
| HEX | #faa9b2 |
| RGB | rgb(250, 169, 178) |
| HSL | hsl(353, 89%, 82%) |
| CMYK | cmyk(0%, 32%, 29%, 2%) |
| LAB | lab(77.2 30.9 7.6) |
| LCH | lch(77.2 31.9 13.8) |
| OKLCH | oklch(0.816 0.096 12.1) |
Copy-ready code
/* CSS */
color: #faa9b2;
background-color: #faa9b2;
/* Tailwind (arbitrary) */
class="text-[#faa9b2] bg-[#faa9b2]"
/* SCSS */
$brand: #faa9b2;
/* SwiftUI */
Color(red: 0.980, green: 0.663, blue: 0.698)
/* Android */
Color.parseColor("#faa9b2")Accessibility — WCAG contrast
Aa
#faa9b2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faa9b2 on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green66.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow28.8%
Key (black)2.0%
Color previews
#faa9b2 text on a black background
contrast 11.38:1
Card sample
#faa9b2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faa9b2;
Background color
Panel with #faa9b2 background
background-color: #faa9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faa9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 169, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 169, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faa9b2; background: linear-gradient(135deg, #faa9b2, #FAD6A9);