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