#fceb37
a balanced, electric yellow · cool · closest name: gold
RGB
252, 235, 55
HSL
55°, 97%, 60%
CMYK
0, 7, 78, 1
Luminance
0.8039
Every format
| HEX | #fceb37 |
| RGB | rgb(252, 235, 55) |
| HSL | hsl(55, 97%, 60%) |
| CMYK | cmyk(0%, 7%, 78%, 1%) |
| LAB | lab(91.9 -12.2 81.7) |
| LCH | lch(91.9 82.6 98.5) |
| OKLCH | oklch(0.926 0.182 103.7) |
Copy-ready code
/* CSS */
color: #fceb37;
background-color: #fceb37;
/* Tailwind (arbitrary) */
class="text-[#fceb37] bg-[#fceb37]"
/* SCSS */
$brand: #fceb37;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.216)
/* Android */
Color.parseColor("#fceb37")Accessibility — WCAG contrast
Aa
#fceb37 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb37 on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow78.2%
Key (black)1.2%
Color previews
#fceb37 text on a black background
contrast 17.08:1
Card sample
#fceb37 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb37;
Background color
Panel with #fceb37 background
background-color: #fceb37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb37; background: linear-gradient(135deg, #fceb37, #8AFC37);