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