#facba9
a light, electric orange · warm · closest name: tan
RGB
250, 203, 169
HSL
25°, 89%, 82%
CMYK
0, 19, 32, 2
Luminance
0.6590
Every format
| HEX | #facba9 |
| RGB | rgb(250, 203, 169) |
| HSL | hsl(25, 89%, 82%) |
| CMYK | cmyk(0%, 19%, 32%, 2%) |
| LAB | lab(85.0 11.9 23.3) |
| LCH | lch(85.0 26.1 62.8) |
| OKLCH | oklch(0.875 0.070 57.5) |
Copy-ready code
/* CSS */
color: #facba9;
background-color: #facba9;
/* Tailwind (arbitrary) */
class="text-[#facba9] bg-[#facba9]"
/* SCSS */
$brand: #facba9;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.663)
/* Android */
Color.parseColor("#facba9")Accessibility — WCAG contrast
Aa
#facba9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facba9 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow32.4%
Key (black)2.0%
Color previews
#facba9 text on a black background
contrast 14.18:1
Card sample
#facba9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facba9;
Background color
Panel with #facba9 background
background-color: #facba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facba9; background: linear-gradient(135deg, #facba9, #F3FAA9);