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