#facf64
a light, electric yellow · warm · closest name: khaki
RGB
250, 207, 100
HSL
43°, 94%, 69%
CMYK
0, 17, 60, 2
Luminance
0.6587
Every format
| HEX | #facf64 |
| RGB | rgb(250, 207, 100) |
| HSL | hsl(43, 94%, 69%) |
| CMYK | cmyk(0%, 17%, 60%, 2%) |
| LAB | lab(84.9 3.3 57.8) |
| LCH | lch(84.9 57.8 86.7) |
| OKLCH | oklch(0.871 0.134 87.4) |
Copy-ready code
/* CSS */
color: #facf64;
background-color: #facf64;
/* Tailwind (arbitrary) */
class="text-[#facf64] bg-[#facf64]"
/* SCSS */
$brand: #facf64;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.392)
/* Android */
Color.parseColor("#facf64")Accessibility — WCAG contrast
Aa
#facf64 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facf64 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow60.0%
Key (black)2.0%
Color previews
#facf64 text on a black background
contrast 14.17:1
Card sample
#facf64 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facf64;
Background color
Panel with #facf64 background
background-color: #facf64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facf64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facf64; background: linear-gradient(135deg, #facf64, #C1FA64);