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