#facf71
a light, electric yellow · warm · closest name: khaki
RGB
250, 207, 113
HSL
41°, 93%, 71%
CMYK
0, 17, 55, 2
Luminance
0.6614
Every format
| HEX | #facf71 |
| RGB | rgb(250, 207, 113) |
| HSL | hsl(41, 93%, 71%) |
| CMYK | cmyk(0%, 17%, 55%, 2%) |
| LAB | lab(85.1 4.2 51.8) |
| LCH | lch(85.1 52.0 85.3) |
| OKLCH | oklch(0.873 0.123 85.2) |
Copy-ready code
/* CSS */
color: #facf71;
background-color: #facf71;
/* Tailwind (arbitrary) */
class="text-[#facf71] bg-[#facf71]"
/* SCSS */
$brand: #facf71;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.443)
/* Android */
Color.parseColor("#facf71")Accessibility — WCAG contrast
Aa
#facf71 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facf71 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow54.8%
Key (black)2.0%
Color previews
#facf71 text on a black background
contrast 14.23:1
Card sample
#facf71 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facf71;
Background color
Panel with #facf71 background
background-color: #facf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facf71; background: linear-gradient(135deg, #facf71, #CAFA71);