#facf8c
a light, electric orange · warm · closest name: khaki
RGB
250, 207, 140
HSL
37°, 92%, 77%
CMYK
0, 17, 44, 2
Luminance
0.6684
Every format
| HEX | #facf8c |
| RGB | rgb(250, 207, 140) |
| HSL | hsl(37, 92%, 77%) |
| CMYK | cmyk(0%, 17%, 44%, 2%) |
| LAB | lab(85.4 6.6 38.9) |
| LCH | lch(85.4 39.5 80.3) |
| OKLCH | oklch(0.877 0.097 78.1) |
Copy-ready code
/* CSS */
color: #facf8c;
background-color: #facf8c;
/* Tailwind (arbitrary) */
class="text-[#facf8c] bg-[#facf8c]"
/* SCSS */
$brand: #facf8c;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#facf8c")Accessibility — WCAG contrast
Aa
#facf8c on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facf8c on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow44.0%
Key (black)2.0%
Color previews
#facf8c text on a black background
contrast 14.37:1
Card sample
#facf8c text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facf8c;
Background color
Panel with #facf8c background
background-color: #facf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facf8c; background: linear-gradient(135deg, #facf8c, #DCFA8C);