#faadbb
a light, electric red · warm · closest name: pink
RGB
250, 173, 187
HSL
349°, 89%, 83%
CMYK
0, 31, 25, 2
Luminance
0.5380
Every format
| HEX | #faadbb |
| RGB | rgb(250, 173, 187) |
| HSL | hsl(349, 89%, 83%) |
| CMYK | cmyk(0%, 31%, 25%, 2%) |
| LAB | lab(78.3 30.1 4.3) |
| LCH | lch(78.3 30.4 8.1) |
| OKLCH | oklch(0.825 0.092 7.3) |
Copy-ready code
/* CSS */
color: #faadbb;
background-color: #faadbb;
/* Tailwind (arbitrary) */
class="text-[#faadbb] bg-[#faadbb]"
/* SCSS */
$brand: #faadbb;
/* SwiftUI */
Color(red: 0.980, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#faadbb")Accessibility — WCAG contrast
Aa
#faadbb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faadbb on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow25.2%
Key (black)2.0%
Color previews
#faadbb text on a black background
contrast 11.76:1
Card sample
#faadbb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faadbb;
Background color
Panel with #faadbb background
background-color: #faadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faadbb; background: linear-gradient(135deg, #faadbb, #FAD2AD);