#fceb2e
a balanced, electric yellow · cool · closest name: gold
RGB
252, 235, 46
HSL
55°, 97%, 58%
CMYK
0, 7, 82, 1
Luminance
0.8031
Every format
| HEX | #fceb2e |
| RGB | rgb(252, 235, 46) |
| HSL | hsl(55, 97%, 58%) |
| CMYK | cmyk(0%, 7%, 82%, 1%) |
| LAB | lab(91.8 -12.5 84.0) |
| LCH | lch(91.8 85.0 98.4) |
| OKLCH | oklch(0.925 0.186 103.8) |
Copy-ready code
/* CSS */
color: #fceb2e;
background-color: #fceb2e;
/* Tailwind (arbitrary) */
class="text-[#fceb2e] bg-[#fceb2e]"
/* SCSS */
$brand: #fceb2e;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.180)
/* Android */
Color.parseColor("#fceb2e")Accessibility — WCAG contrast
Aa
#fceb2e on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb2e on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow81.7%
Key (black)1.2%
Color previews
#fceb2e text on a black background
contrast 17.06:1
Card sample
#fceb2e text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb2e;
Background color
Panel with #fceb2e background
background-color: #fceb2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb2e; background: linear-gradient(135deg, #fceb2e, #84FC2E);