#fcf360
a light, electric yellow · cool · closest name: gold
RGB
252, 243, 96
HSL
57°, 96%, 68%
CMYK
0, 4, 62, 1
Luminance
0.8564
Every format
| HEX | #fcf360 |
| RGB | rgb(252, 243, 96) |
| HSL | hsl(57, 96%, 68%) |
| CMYK | cmyk(0%, 4%, 62%, 1%) |
| LAB | lab(94.2 -14.2 69.7) |
| LCH | lch(94.2 71.1 101.5) |
| OKLCH | oklch(0.945 0.165 105.8) |
Copy-ready code
/* CSS */
color: #fcf360;
background-color: #fcf360;
/* Tailwind (arbitrary) */
class="text-[#fcf360] bg-[#fcf360]"
/* SCSS */
$brand: #fcf360;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#fcf360")Accessibility — WCAG contrast
Aa
#fcf360 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf360 on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow61.9%
Key (black)1.2%
Color previews
#fcf360 text on a black background
contrast 18.13:1
Card sample
#fcf360 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf360;
Background color
Panel with #fcf360 background
background-color: #fcf360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf360; background: linear-gradient(135deg, #fcf360, #9DFC60);