#fcf113
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 241, 19
HSL
57°, 98%, 53%
CMYK
0, 4, 93, 1
Luminance
0.8365
Every format
| HEX | #fcf113 |
| RGB | rgb(252, 241, 19) |
| HSL | hsl(57, 98%, 53%) |
| CMYK | cmyk(0%, 4%, 93%, 1%) |
| LAB | lab(93.3 -15.9 90.0) |
| LCH | lch(93.3 91.4 100.0) |
| OKLCH | oklch(0.937 0.198 106.2) |
Copy-ready code
/* CSS */
color: #fcf113;
background-color: #fcf113;
/* Tailwind (arbitrary) */
class="text-[#fcf113] bg-[#fcf113]"
/* SCSS */
$brand: #fcf113;
/* SwiftUI */
Color(red: 0.988, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#fcf113")Accessibility — WCAG contrast
Aa
#fcf113 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf113 on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow92.5%
Key (black)1.2%
Color previews
#fcf113 text on a black background
contrast 17.73:1
Card sample
#fcf113 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf113;
Background color
Panel with #fcf113 background
background-color: #fcf113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf113; background: linear-gradient(135deg, #fcf113, #6BFC13);