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