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