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