#facba4
a light, electric orange · warm · closest name: tan
RGB
250, 203, 164
HSL
27°, 90%, 81%
CMYK
0, 19, 34, 2
Luminance
0.6572
Every format
| HEX | #facba4 |
| RGB | rgb(250, 203, 164) |
| HSL | hsl(27, 90%, 81%) |
| CMYK | cmyk(0%, 19%, 34%, 2%) |
| LAB | lab(84.8 11.3 25.8) |
| LCH | lch(84.8 28.1 66.2) |
| OKLCH | oklch(0.874 0.074 61.3) |
Copy-ready code
/* CSS */
color: #facba4;
background-color: #facba4;
/* Tailwind (arbitrary) */
class="text-[#facba4] bg-[#facba4]"
/* SCSS */
$brand: #facba4;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.643)
/* Android */
Color.parseColor("#facba4")Accessibility — WCAG contrast
Aa
#facba4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facba4 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow34.4%
Key (black)2.0%
Color previews
#facba4 text on a black background
contrast 14.14:1
Card sample
#facba4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facba4;
Background color
Panel with #facba4 background
background-color: #facba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facba4; background: linear-gradient(135deg, #facba4, #F0FAA4);