#fceb91
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 145
HSL
51°, 95%, 78%
CMYK
0, 7, 43, 1
Luminance
0.8216
Every format
| HEX | #fceb91 |
| RGB | rgb(252, 235, 145) |
| HSL | hsl(51, 95%, 78%) |
| CMYK | cmyk(0%, 7%, 43%, 1%) |
| LAB | lab(92.6 -6.3 45.7) |
| LCH | lch(92.6 46.1 97.9) |
| OKLCH | oklch(0.934 0.112 98.9) |
Copy-ready code
/* CSS */
color: #fceb91;
background-color: #fceb91;
/* Tailwind (arbitrary) */
class="text-[#fceb91] bg-[#fceb91]"
/* SCSS */
$brand: #fceb91;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.569)
/* Android */
Color.parseColor("#fceb91")Accessibility — WCAG contrast
Aa
#fceb91 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb91 on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow42.5%
Key (black)1.2%
Color previews
#fceb91 text on a black background
contrast 17.43:1
Card sample
#fceb91 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb91;
Background color
Panel with #fceb91 background
background-color: #fceb91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb91; background: linear-gradient(135deg, #fceb91, #C5FC91);