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