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