#faeb9b
a light, electric yellow · cool · closest name: khaki
RGB
250, 235, 155
HSL
51°, 91%, 79%
CMYK
0, 6, 38, 2
Luminance
0.8211
Every format
| HEX | #faeb9b |
| RGB | rgb(250, 235, 155) |
| HSL | hsl(51, 91%, 79%) |
| CMYK | cmyk(0%, 6%, 38%, 2%) |
| LAB | lab(92.6 -6.1 40.7) |
| LCH | lch(92.6 41.1 98.5) |
| OKLCH | oklch(0.934 0.101 98.9) |
Copy-ready code
/* CSS */
color: #faeb9b;
background-color: #faeb9b;
/* Tailwind (arbitrary) */
class="text-[#faeb9b] bg-[#faeb9b]"
/* SCSS */
$brand: #faeb9b;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.608)
/* Android */
Color.parseColor("#faeb9b")Accessibility — WCAG contrast
Aa
#faeb9b on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeb9b on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow38.0%
Key (black)2.0%
Color previews
#faeb9b text on a black background
contrast 17.42:1
Card sample
#faeb9b text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeb9b;
Background color
Panel with #faeb9b background
background-color: #faeb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeb9b; background: linear-gradient(135deg, #faeb9b, #CAFA9B);