#facbba
a pale, electric orange · warm · closest name: pink
RGB
250, 203, 186
HSL
16°, 87%, 86%
CMYK
0, 19, 26, 2
Luminance
0.6658
Every format
| HEX | #facbba |
| RGB | rgb(250, 203, 186) |
| HSL | hsl(16, 87%, 86%) |
| CMYK | cmyk(0%, 19%, 26%, 2%) |
| LAB | lab(85.3 14.2 14.8) |
| LCH | lch(85.3 20.4 46.2) |
| OKLCH | oklch(0.879 0.059 40.8) |
Copy-ready code
/* CSS */
color: #facbba;
background-color: #facbba;
/* Tailwind (arbitrary) */
class="text-[#facbba] bg-[#facbba]"
/* SCSS */
$brand: #facbba;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#facbba")Accessibility — WCAG contrast
Aa
#facbba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facbba on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow25.6%
Key (black)2.0%
Color previews
#facbba text on a black background
contrast 14.32:1
Card sample
#facbba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facbba;
Background color
Panel with #facbba background
background-color: #facbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facbba; background: linear-gradient(135deg, #facbba, #FAF6BA);