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