#fcf751
a light, electric yellow · cool · closest name: yellow
RGB
252, 247, 81
HSL
58°, 97%, 65%
CMYK
0, 2, 68, 1
Luminance
0.8781
Every format
| HEX | #fcf751 |
| RGB | rgb(252, 247, 81) |
| HSL | hsl(58, 97%, 65%) |
| CMYK | cmyk(0%, 2%, 68%, 1%) |
| LAB | lab(95.1 -17.0 76.4) |
| LCH | lch(95.1 78.2 102.5) |
| OKLCH | oklch(0.952 0.179 107.6) |
Copy-ready code
/* CSS */
color: #fcf751;
background-color: #fcf751;
/* Tailwind (arbitrary) */
class="text-[#fcf751] bg-[#fcf751]"
/* SCSS */
$brand: #fcf751;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.318)
/* Android */
Color.parseColor("#fcf751")Accessibility — WCAG contrast
Aa
#fcf751 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf751 on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow67.9%
Key (black)1.2%
Color previews
#fcf751 text on a black background
contrast 18.56:1
Card sample
#fcf751 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf751;
Background color
Panel with #fcf751 background
background-color: #fcf751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf751; background: linear-gradient(135deg, #fcf751, #8FFC51);