#facbad
a light, electric orange · warm · closest name: tan
RGB
250, 203, 173
HSL
23°, 89%, 83%
CMYK
0, 19, 31, 2
Luminance
0.6605
Every format
| HEX | #facbad |
| RGB | rgb(250, 203, 173) |
| HSL | hsl(23, 89%, 83%) |
| CMYK | cmyk(0%, 19%, 31%, 2%) |
| LAB | lab(85.0 12.4 21.3) |
| LCH | lch(85.0 24.6 59.6) |
| OKLCH | oklch(0.876 0.067 54.2) |
Copy-ready code
/* CSS */
color: #facbad;
background-color: #facbad;
/* Tailwind (arbitrary) */
class="text-[#facbad] bg-[#facbad]"
/* SCSS */
$brand: #facbad;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.678)
/* Android */
Color.parseColor("#facbad")Accessibility — WCAG contrast
Aa
#facbad on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facbad on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow30.8%
Key (black)2.0%
Color previews
#facbad text on a black background
contrast 14.21:1
Card sample
#facbad text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facbad;
Background color
Panel with #facbad background
background-color: #facbad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facbad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facbad; background: linear-gradient(135deg, #facbad, #F6FAAD);