#faeb7f
a light, electric yellow · cool · closest name: khaki
RGB
250, 235, 127
HSL
53°, 93%, 74%
CMYK
0, 6, 49, 2
Luminance
0.8127
Every format
| HEX | #faeb7f |
| RGB | rgb(250, 235, 127) |
| HSL | hsl(53, 93%, 74%) |
| CMYK | cmyk(0%, 6%, 49%, 2%) |
| LAB | lab(92.3 -8.8 53.8) |
| LCH | lch(92.3 54.5 99.3) |
| OKLCH | oklch(0.930 0.130 101.5) |
Copy-ready code
/* CSS */
color: #faeb7f;
background-color: #faeb7f;
/* Tailwind (arbitrary) */
class="text-[#faeb7f] bg-[#faeb7f]"
/* SCSS */
$brand: #faeb7f;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.498)
/* Android */
Color.parseColor("#faeb7f")Accessibility — WCAG contrast
Aa
#faeb7f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeb7f on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow49.2%
Key (black)2.0%
Color previews
#faeb7f text on a black background
contrast 17.25:1
Card sample
#faeb7f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeb7f;
Background color
Panel with #faeb7f background
background-color: #faeb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeb7f; background: linear-gradient(135deg, #faeb7f, #B7FA7F);