#fceb47
a balanced, electric yellow · cool · closest name: gold
RGB
252, 235, 71
HSL
54°, 97%, 63%
CMYK
0, 7, 72, 1
Luminance
0.8057
Every format
| HEX | #fceb47 |
| RGB | rgb(252, 235, 71) |
| HSL | hsl(54, 97%, 63%) |
| CMYK | cmyk(0%, 7%, 72%, 1%) |
| LAB | lab(91.9 -11.6 76.8) |
| LCH | lch(91.9 77.7 98.6) |
| OKLCH | oklch(0.927 0.174 103.3) |
Copy-ready code
/* CSS */
color: #fceb47;
background-color: #fceb47;
/* Tailwind (arbitrary) */
class="text-[#fceb47] bg-[#fceb47]"
/* SCSS */
$brand: #fceb47;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.278)
/* Android */
Color.parseColor("#fceb47")Accessibility — WCAG contrast
Aa
#fceb47 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb47 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow71.8%
Key (black)1.2%
Color previews
#fceb47 text on a black background
contrast 17.11:1
Card sample
#fceb47 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb47;
Background color
Panel with #fceb47 background
background-color: #fceb47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb47; background: linear-gradient(135deg, #fceb47, #94FC47);