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