#facf9b
a light, electric orange · warm · closest name: tan
RGB
250, 207, 155
HSL
33°, 91%, 79%
CMYK
0, 17, 38, 2
Luminance
0.6732
Every format
| HEX | #facf9b |
| RGB | rgb(250, 207, 155) |
| HSL | hsl(33, 91%, 79%) |
| CMYK | cmyk(0%, 17%, 38%, 2%) |
| LAB | lab(85.7 8.2 31.5) |
| LCH | lch(85.7 32.6 75.4) |
| OKLCH | oklch(0.879 0.083 71.7) |
Copy-ready code
/* CSS */
color: #facf9b;
background-color: #facf9b;
/* Tailwind (arbitrary) */
class="text-[#facf9b] bg-[#facf9b]"
/* SCSS */
$brand: #facf9b;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#facf9b")Accessibility — WCAG contrast
Aa
#facf9b on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facf9b on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow38.0%
Key (black)2.0%
Color previews
#facf9b text on a black background
contrast 14.46:1
Card sample
#facf9b text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facf9b;
Background color
Panel with #facf9b background
background-color: #facf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facf9b; background: linear-gradient(135deg, #facf9b, #E6FA9B);