#fceb8b
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 139
HSL
51°, 95%, 77%
CMYK
0, 7, 45, 1
Luminance
0.8198
Every format
| HEX | #fceb8b |
| RGB | rgb(252, 235, 139) |
| HSL | hsl(51, 95%, 77%) |
| CMYK | cmyk(0%, 7%, 45%, 1%) |
| LAB | lab(92.6 -6.9 48.5) |
| LCH | lch(92.6 49.0 98.1) |
| OKLCH | oklch(0.933 0.118 99.5) |
Copy-ready code
/* CSS */
color: #fceb8b;
background-color: #fceb8b;
/* Tailwind (arbitrary) */
class="text-[#fceb8b] bg-[#fceb8b]"
/* SCSS */
$brand: #fceb8b;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.545)
/* Android */
Color.parseColor("#fceb8b")Accessibility — WCAG contrast
Aa
#fceb8b on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb8b on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow44.8%
Key (black)1.2%
Color previews
#fceb8b text on a black background
contrast 17.40:1
Card sample
#fceb8b text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb8b;
Background color
Panel with #fceb8b background
background-color: #fceb8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb8b; background: linear-gradient(135deg, #fceb8b, #C2FC8B);