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