#facb9b
a light, electric orange · warm · closest name: tan
RGB
250, 203, 155
HSL
30°, 91%, 79%
CMYK
0, 19, 38, 2
Luminance
0.6540
Every format
| HEX | #facb9b |
| RGB | rgb(250, 203, 155) |
| HSL | hsl(30, 91%, 79%) |
| CMYK | cmyk(0%, 19%, 38%, 2%) |
| LAB | lab(84.7 10.3 30.2) |
| LCH | lch(84.7 31.9 71.2) |
| OKLCH | oklch(0.872 0.082 67.0) |
Copy-ready code
/* CSS */
color: #facb9b;
background-color: #facb9b;
/* Tailwind (arbitrary) */
class="text-[#facb9b] bg-[#facb9b]"
/* SCSS */
$brand: #facb9b;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.608)
/* Android */
Color.parseColor("#facb9b")Accessibility — WCAG contrast
Aa
#facb9b on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facb9b on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow38.0%
Key (black)2.0%
Color previews
#facb9b text on a black background
contrast 14.08:1
Card sample
#facb9b text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facb9b;
Background color
Panel with #facb9b background
background-color: #facb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facb9b; background: linear-gradient(135deg, #facb9b, #EAFA9B);