#facba0
a light, electric orange · warm · closest name: tan
RGB
250, 203, 160
HSL
29°, 90%, 80%
CMYK
0, 19, 36, 2
Luminance
0.6557
Every format
| HEX | #facba0 |
| RGB | rgb(250, 203, 160) |
| HSL | hsl(29, 90%, 80%) |
| CMYK | cmyk(0%, 19%, 36%, 2%) |
| LAB | lab(84.8 10.9 27.7) |
| LCH | lch(84.8 29.8 68.6) |
| OKLCH | oklch(0.873 0.078 64.0) |
Copy-ready code
/* CSS */
color: #facba0;
background-color: #facba0;
/* Tailwind (arbitrary) */
class="text-[#facba0] bg-[#facba0]"
/* SCSS */
$brand: #facba0;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.627)
/* Android */
Color.parseColor("#facba0")Accessibility — WCAG contrast
Aa
#facba0 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facba0 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow36.0%
Key (black)2.0%
Color previews
#facba0 text on a black background
contrast 14.11:1
Card sample
#facba0 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facba0;
Background color
Panel with #facba0 background
background-color: #facba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facba0; background: linear-gradient(135deg, #facba0, #EDFAA0);