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