#fceb05
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 235, 5
HSL
56°, 98%, 50%
CMYK
0, 7, 98, 1
Luminance
0.8012
Every format
| HEX | #fceb05 |
| RGB | rgb(252, 235, 5) |
| HSL | hsl(56, 98%, 50%) |
| CMYK | cmyk(0%, 7%, 98%, 1%) |
| LAB | lab(91.7 -13.1 90.1) |
| LCH | lch(91.7 91.0 98.3) |
| OKLCH | oklch(0.924 0.195 104.2) |
Copy-ready code
/* CSS */
color: #fceb05;
background-color: #fceb05;
/* Tailwind (arbitrary) */
class="text-[#fceb05] bg-[#fceb05]"
/* SCSS */
$brand: #fceb05;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.020)
/* Android */
Color.parseColor("#fceb05")Accessibility — WCAG contrast
Aa
#fceb05 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb05 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow98.0%
Key (black)1.2%
Color previews
#fceb05 text on a black background
contrast 17.02:1
Card sample
#fceb05 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb05;
Background color
Panel with #fceb05 background
background-color: #fceb05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb05; background: linear-gradient(135deg, #fceb05, #68FC05);