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