#fcf136
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 241, 54
HSL
57°, 97%, 60%
CMYK
0, 4, 79, 1
Luminance
0.8387
Every format
| HEX | #fcf136 |
| RGB | rgb(252, 241, 54) |
| HSL | hsl(57, 97%, 60%) |
| CMYK | cmyk(0%, 4%, 79%, 1%) |
| LAB | lab(93.4 -15.2 83.4) |
| LCH | lch(93.4 84.7 100.3) |
| OKLCH | oklch(0.938 0.188 105.9) |
Copy-ready code
/* CSS */
color: #fcf136;
background-color: #fcf136;
/* Tailwind (arbitrary) */
class="text-[#fcf136] bg-[#fcf136]"
/* SCSS */
$brand: #fcf136;
/* SwiftUI */
Color(red: 0.988, green: 0.945, blue: 0.212)
/* Android */
Color.parseColor("#fcf136")Accessibility — WCAG contrast
Aa
#fcf136 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf136 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.5%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow78.6%
Key (black)1.2%
Color previews
#fcf136 text on a black background
contrast 17.77:1
Card sample
#fcf136 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf136;
Background color
Panel with #fcf136 background
background-color: #fcf136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 241, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 241, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf136; background: linear-gradient(135deg, #fcf136, #83FC36);