#fceb5b
a light, electric yellow · cool · closest name: gold
RGB
252, 235, 91
HSL
54°, 96%, 67%
CMYK
0, 7, 64, 1
Luminance
0.8087
Every format
| HEX | #fceb5b |
| RGB | rgb(252, 235, 91) |
| HSL | hsl(54, 96%, 67%) |
| CMYK | cmyk(0%, 7%, 64%, 1%) |
| LAB | lab(92.1 -10.6 69.5) |
| LCH | lch(92.1 70.3 98.7) |
| OKLCH | oklch(0.928 0.161 102.6) |
Copy-ready code
/* CSS */
color: #fceb5b;
background-color: #fceb5b;
/* Tailwind (arbitrary) */
class="text-[#fceb5b] bg-[#fceb5b]"
/* SCSS */
$brand: #fceb5b;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.357)
/* Android */
Color.parseColor("#fceb5b")Accessibility — WCAG contrast
Aa
#fceb5b on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb5b on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow63.9%
Key (black)1.2%
Color previews
#fceb5b text on a black background
contrast 17.17:1
Card sample
#fceb5b text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb5b;
Background color
Panel with #fceb5b background
background-color: #fceb5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb5b; background: linear-gradient(135deg, #fceb5b, #A2FC5B);