#fcf45f
a light, electric yellow · cool · closest name: gold
RGB
252, 244, 95
HSL
57°, 96%, 68%
CMYK
0, 3, 62, 1
Luminance
0.8622
Every format
| HEX | #fcf45f |
| RGB | rgb(252, 244, 95) |
| HSL | hsl(57, 96%, 68%) |
| CMYK | cmyk(0%, 3%, 62%, 1%) |
| LAB | lab(94.4 -14.8 70.3) |
| LCH | lch(94.4 71.8 101.9) |
| OKLCH | oklch(0.947 0.166 106.2) |
Copy-ready code
/* CSS */
color: #fcf45f;
background-color: #fcf45f;
/* Tailwind (arbitrary) */
class="text-[#fcf45f] bg-[#fcf45f]"
/* SCSS */
$brand: #fcf45f;
/* SwiftUI */
Color(red: 0.988, green: 0.957, blue: 0.373)
/* Android */
Color.parseColor("#fcf45f")Accessibility — WCAG contrast
Aa
#fcf45f on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf45f on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow62.3%
Key (black)1.2%
Color previews
#fcf45f text on a black background
contrast 18.24:1
Card sample
#fcf45f text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf45f;
Background color
Panel with #fcf45f background
background-color: #fcf45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 244, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 244, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf45f; background: linear-gradient(135deg, #fcf45f, #9BFC5F);