#facd97
a light, electric orange · warm · closest name: tan
RGB
250, 205, 151
HSL
33°, 91%, 79%
CMYK
0, 18, 40, 2
Luminance
0.6622
Every format
| HEX | #facd97 |
| RGB | rgb(250, 205, 151) |
| HSL | hsl(33, 91%, 79%) |
| CMYK | cmyk(0%, 18%, 40%, 2%) |
| LAB | lab(85.1 8.8 32.9) |
| LCH | lch(85.1 34.0 75.0) |
| OKLCH | oklch(0.875 0.086 71.4) |
Copy-ready code
/* CSS */
color: #facd97;
background-color: #facd97;
/* Tailwind (arbitrary) */
class="text-[#facd97] bg-[#facd97]"
/* SCSS */
$brand: #facd97;
/* SwiftUI */
Color(red: 0.980, green: 0.804, blue: 0.592)
/* Android */
Color.parseColor("#facd97")Accessibility — WCAG contrast
Aa
#facd97 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facd97 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.4%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow39.6%
Key (black)2.0%
Color previews
#facd97 text on a black background
contrast 14.24:1
Card sample
#facd97 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facd97;
Background color
Panel with #facd97 background
background-color: #facd97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facd97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 205, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 205, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facd97; background: linear-gradient(135deg, #facd97, #E5FA97);