#fcebaa
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 170
HSL
48°, 93%, 83%
CMYK
0, 7, 33, 1
Luminance
0.8301
Every format
| HEX | #fcebaa |
| RGB | rgb(252, 235, 170) |
| HSL | hsl(48, 93%, 83%) |
| CMYK | cmyk(0%, 7%, 33%, 1%) |
| LAB | lab(93.0 -3.6 33.7) |
| LCH | lch(93.0 33.9 96.1) |
| OKLCH | oklch(0.939 0.084 95.2) |
Copy-ready code
/* CSS */
color: #fcebaa;
background-color: #fcebaa;
/* Tailwind (arbitrary) */
class="text-[#fcebaa] bg-[#fcebaa]"
/* SCSS */
$brand: #fcebaa;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#fcebaa")Accessibility — WCAG contrast
Aa
#fcebaa on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcebaa on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow32.5%
Key (black)1.2%
Color previews
#fcebaa text on a black background
contrast 17.60:1
Card sample
#fcebaa text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcebaa;
Background color
Panel with #fcebaa background
background-color: #fcebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcebaa; background: linear-gradient(135deg, #fcebaa, #D6FCAA);