#fceb45
a balanced, electric yellow · cool · closest name: gold
RGB
252, 235, 69
HSL
54°, 97%, 63%
CMYK
0, 7, 73, 1
Luminance
0.8054
Every format
| HEX | #fceb45 |
| RGB | rgb(252, 235, 69) |
| HSL | hsl(54, 97%, 63%) |
| CMYK | cmyk(0%, 7%, 73%, 1%) |
| LAB | lab(91.9 -11.7 77.5) |
| LCH | lch(91.9 78.3 98.6) |
| OKLCH | oklch(0.926 0.175 103.3) |
Copy-ready code
/* CSS */
color: #fceb45;
background-color: #fceb45;
/* Tailwind (arbitrary) */
class="text-[#fceb45] bg-[#fceb45]"
/* SCSS */
$brand: #fceb45;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.271)
/* Android */
Color.parseColor("#fceb45")Accessibility — WCAG contrast
Aa
#fceb45 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb45 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow72.6%
Key (black)1.2%
Color previews
#fceb45 text on a black background
contrast 17.11:1
Card sample
#fceb45 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb45;
Background color
Panel with #fceb45 background
background-color: #fceb45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb45; background: linear-gradient(135deg, #fceb45, #93FC45);