#fceb71
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 113
HSL
53°, 96%, 72%
CMYK
0, 7, 55, 1
Luminance
0.8130
Every format
| HEX | #fceb71 |
| RGB | rgb(252, 235, 113) |
| HSL | hsl(53, 96%, 72%) |
| CMYK | cmyk(0%, 7%, 55%, 1%) |
| LAB | lab(92.3 -9.1 60.3) |
| LCH | lch(92.3 61.0 98.6) |
| OKLCH | oklch(0.930 0.143 101.5) |
Copy-ready code
/* CSS */
color: #fceb71;
background-color: #fceb71;
/* Tailwind (arbitrary) */
class="text-[#fceb71] bg-[#fceb71]"
/* SCSS */
$brand: #fceb71;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.443)
/* Android */
Color.parseColor("#fceb71")Accessibility — WCAG contrast
Aa
#fceb71 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb71 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow55.2%
Key (black)1.2%
Color previews
#fceb71 text on a black background
contrast 17.26:1
Card sample
#fceb71 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb71;
Background color
Panel with #fceb71 background
background-color: #fceb71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb71; background: linear-gradient(135deg, #fceb71, #B0FC71);