#faaeb5
a light, electric red · warm · closest name: pink
RGB
250, 174, 181
HSL
355°, 88%, 83%
CMYK
0, 30, 28, 2
Luminance
0.5393
Every format
| HEX | #faaeb5 |
| RGB | rgb(250, 174, 181) |
| HSL | hsl(355, 88%, 83%) |
| CMYK | cmyk(0%, 30%, 28%, 2%) |
| LAB | lab(78.4 28.7 7.7) |
| LCH | lch(78.4 29.7 15.0) |
| OKLCH | oklch(0.825 0.090 13.1) |
Copy-ready code
/* CSS */
color: #faaeb5;
background-color: #faaeb5;
/* Tailwind (arbitrary) */
class="text-[#faaeb5] bg-[#faaeb5]"
/* SCSS */
$brand: #faaeb5;
/* SwiftUI */
Color(red: 0.980, green: 0.682, blue: 0.710)
/* Android */
Color.parseColor("#faaeb5")Accessibility — WCAG contrast
Aa
#faaeb5 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faaeb5 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green68.2%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow27.6%
Key (black)2.0%
Color previews
#faaeb5 text on a black background
contrast 11.79:1
Card sample
#faaeb5 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faaeb5;
Background color
Panel with #faaeb5 background
background-color: #faaeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faaeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 174, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 174, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faaeb5; background: linear-gradient(135deg, #faaeb5, #FADAAE);