#facabb
a pale, electric red · warm · closest name: pink
RGB
250, 202, 187
HSL
14°, 86%, 86%
CMYK
0, 19, 25, 2
Luminance
0.6615
Every format
| HEX | #facabb |
| RGB | rgb(250, 202, 187) |
| HSL | hsl(14, 86%, 86%) |
| CMYK | cmyk(0%, 19%, 25%, 2%) |
| LAB | lab(85.1 14.8 13.9) |
| LCH | lch(85.1 20.3 43.2) |
| OKLCH | oklch(0.877 0.059 38.1) |
Copy-ready code
/* CSS */
color: #facabb;
background-color: #facabb;
/* Tailwind (arbitrary) */
class="text-[#facabb] bg-[#facabb]"
/* SCSS */
$brand: #facabb;
/* SwiftUI */
Color(red: 0.980, green: 0.792, blue: 0.733)
/* Android */
Color.parseColor("#facabb")Accessibility — WCAG contrast
Aa
#facabb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facabb on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow25.2%
Key (black)2.0%
Color previews
#facabb text on a black background
contrast 14.23:1
Card sample
#facabb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facabb;
Background color
Panel with #facabb background
background-color: #facabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 202, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 202, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facabb; background: linear-gradient(135deg, #facabb, #FAF4BB);