#facf84
a light, electric orange · warm · closest name: khaki
RGB
250, 207, 132
HSL
38°, 92%, 75%
CMYK
0, 17, 47, 2
Luminance
0.6662
Every format
| HEX | #facf84 |
| RGB | rgb(250, 207, 132) |
| HSL | hsl(38, 92%, 75%) |
| CMYK | cmyk(0%, 17%, 47%, 2%) |
| LAB | lab(85.3 5.9 42.8) |
| LCH | lch(85.3 43.2 82.2) |
| OKLCH | oklch(0.876 0.105 80.6) |
Copy-ready code
/* CSS */
color: #facf84;
background-color: #facf84;
/* Tailwind (arbitrary) */
class="text-[#facf84] bg-[#facf84]"
/* SCSS */
$brand: #facf84;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.518)
/* Android */
Color.parseColor("#facf84")Accessibility — WCAG contrast
Aa
#facf84 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facf84 on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow47.2%
Key (black)2.0%
Color previews
#facf84 text on a black background
contrast 14.32:1
Card sample
#facf84 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facf84;
Background color
Panel with #facf84 background
background-color: #facf84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facf84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facf84; background: linear-gradient(135deg, #facf84, #D6FA84);