#faeb9e
a light, electric yellow · cool · closest name: khaki
RGB
250, 235, 158
HSL
50°, 90%, 80%
CMYK
0, 6, 37, 2
Luminance
0.8221
Every format
| HEX | #faeb9e |
| RGB | rgb(250, 235, 158) |
| HSL | hsl(50, 90%, 80%) |
| CMYK | cmyk(0%, 6%, 37%, 2%) |
| LAB | lab(92.7 -5.7 39.2) |
| LCH | lch(92.7 39.6 98.3) |
| OKLCH | oklch(0.935 0.098 98.5) |
Copy-ready code
/* CSS */
color: #faeb9e;
background-color: #faeb9e;
/* Tailwind (arbitrary) */
class="text-[#faeb9e] bg-[#faeb9e]"
/* SCSS */
$brand: #faeb9e;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.620)
/* Android */
Color.parseColor("#faeb9e")Accessibility — WCAG contrast
Aa
#faeb9e on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeb9e on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow36.8%
Key (black)2.0%
Color previews
#faeb9e text on a black background
contrast 17.44:1
Card sample
#faeb9e text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeb9e;
Background color
Panel with #faeb9e background
background-color: #faeb9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeb9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeb9e; background: linear-gradient(135deg, #faeb9e, #CCFA9E);