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