#fceb9b
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 155
HSL
50°, 94%, 80%
CMYK
0, 7, 39, 1
Luminance
0.8248
Every format
| HEX | #fceb9b |
| RGB | rgb(252, 235, 155) |
| HSL | hsl(50, 94%, 80%) |
| CMYK | cmyk(0%, 7%, 39%, 1%) |
| LAB | lab(92.8 -5.3 40.9) |
| LCH | lch(92.8 41.2 97.4) |
| OKLCH | oklch(0.936 0.101 97.6) |
Copy-ready code
/* CSS */
color: #fceb9b;
background-color: #fceb9b;
/* Tailwind (arbitrary) */
class="text-[#fceb9b] bg-[#fceb9b]"
/* SCSS */
$brand: #fceb9b;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.608)
/* Android */
Color.parseColor("#fceb9b")Accessibility — WCAG contrast
Aa
#fceb9b on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb9b on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow38.5%
Key (black)1.2%
Color previews
#fceb9b text on a black background
contrast 17.50:1
Card sample
#fceb9b text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb9b;
Background color
Panel with #fceb9b background
background-color: #fceb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb9b; background: linear-gradient(135deg, #fceb9b, #CCFC9B);