#faec67
a light, electric yellow · cool · closest name: khaki
RGB
250, 236, 103
HSL
54°, 94%, 69%
CMYK
0, 6, 59, 2
Luminance
0.8129
Every format
| HEX | #faec67 |
| RGB | rgb(250, 236, 103) |
| HSL | hsl(54, 94%, 69%) |
| CMYK | cmyk(0%, 6%, 59%, 2%) |
| LAB | lab(92.3 -11.1 64.6) |
| LCH | lch(92.3 65.6 99.8) |
| OKLCH | oklch(0.929 0.153 103.3) |
Copy-ready code
/* CSS */
color: #faec67;
background-color: #faec67;
/* Tailwind (arbitrary) */
class="text-[#faec67] bg-[#faec67]"
/* SCSS */
$brand: #faec67;
/* SwiftUI */
Color(red: 0.980, green: 0.925, blue: 0.404)
/* Android */
Color.parseColor("#faec67")Accessibility — WCAG contrast
Aa
#faec67 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faec67 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow58.8%
Key (black)2.0%
Color previews
#faec67 text on a black background
contrast 17.26:1
Card sample
#faec67 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faec67;
Background color
Panel with #faec67 background
background-color: #faec67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faec67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 236, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 236, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faec67; background: linear-gradient(135deg, #faec67, #A6FA67);