#fceba2
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 162
HSL
49°, 94%, 81%
CMYK
0, 7, 36, 1
Luminance
0.8272
Every format
| HEX | #fceba2 |
| RGB | rgb(252, 235, 162) |
| HSL | hsl(49, 94%, 81%) |
| CMYK | cmyk(0%, 7%, 36%, 1%) |
| LAB | lab(92.9 -4.5 37.5) |
| LCH | lch(92.9 37.8 96.9) |
| OKLCH | oklch(0.937 0.094 96.6) |
Copy-ready code
/* CSS */
color: #fceba2;
background-color: #fceba2;
/* Tailwind (arbitrary) */
class="text-[#fceba2] bg-[#fceba2]"
/* SCSS */
$brand: #fceba2;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#fceba2")Accessibility — WCAG contrast
Aa
#fceba2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceba2 on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow35.7%
Key (black)1.2%
Color previews
#fceba2 text on a black background
contrast 17.54:1
Card sample
#fceba2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceba2;
Background color
Panel with #fceba2 background
background-color: #fceba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceba2; background: linear-gradient(135deg, #fceba2, #D1FCA2);