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