#facfab
a light, electric orange · warm · closest name: tan
RGB
250, 207, 171
HSL
27°, 89%, 83%
CMYK
0, 17, 32, 2
Luminance
0.6789
Every format
| HEX | #facfab |
| RGB | rgb(250, 207, 171) |
| HSL | hsl(27, 89%, 83%) |
| CMYK | cmyk(0%, 17%, 32%, 2%) |
| LAB | lab(86.0 10.1 23.6) |
| LCH | lch(86.0 25.7 66.8) |
| OKLCH | oklch(0.883 0.068 61.7) |
Copy-ready code
/* CSS */
color: #facfab;
background-color: #facfab;
/* Tailwind (arbitrary) */
class="text-[#facfab] bg-[#facfab]"
/* SCSS */
$brand: #facfab;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#facfab")Accessibility — WCAG contrast
Aa
#facfab on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facfab on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow31.6%
Key (black)2.0%
Color previews
#facfab text on a black background
contrast 14.58:1
Card sample
#facfab text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facfab;
Background color
Panel with #facfab background
background-color: #facfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facfab; background: linear-gradient(135deg, #facfab, #F0FAAB);