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