#fceb9f
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 159
HSL
49°, 94%, 81%
CMYK
0, 7, 37, 1
Luminance
0.8262
Every format
| HEX | #fceb9f |
| RGB | rgb(252, 235, 159) |
| HSL | hsl(49, 94%, 81%) |
| CMYK | cmyk(0%, 7%, 37%, 1%) |
| LAB | lab(92.8 -4.9 39.0) |
| LCH | lch(92.8 39.3 97.1) |
| OKLCH | oklch(0.937 0.097 97.1) |
Copy-ready code
/* CSS */
color: #fceb9f;
background-color: #fceb9f;
/* Tailwind (arbitrary) */
class="text-[#fceb9f] bg-[#fceb9f]"
/* SCSS */
$brand: #fceb9f;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.624)
/* Android */
Color.parseColor("#fceb9f")Accessibility — WCAG contrast
Aa
#fceb9f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb9f on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow36.9%
Key (black)1.2%
Color previews
#fceb9f text on a black background
contrast 17.52:1
Card sample
#fceb9f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb9f;
Background color
Panel with #fceb9f background
background-color: #fceb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb9f; background: linear-gradient(135deg, #fceb9f, #CFFC9F);