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