#fcf643
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 246, 67
HSL
58°, 97%, 63%
CMYK
0, 2, 73, 1
Luminance
0.8701
Every format
| HEX | #fcf643 |
| RGB | rgb(252, 246, 67) |
| HSL | hsl(58, 97%, 63%) |
| CMYK | cmyk(0%, 2%, 73%, 1%) |
| LAB | lab(94.7 -17.1 80.8) |
| LCH | lch(94.7 82.6 102.0) |
| OKLCH | oklch(0.949 0.186 107.5) |
Copy-ready code
/* CSS */
color: #fcf643;
background-color: #fcf643;
/* Tailwind (arbitrary) */
class="text-[#fcf643] bg-[#fcf643]"
/* SCSS */
$brand: #fcf643;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.263)
/* Android */
Color.parseColor("#fcf643")Accessibility — WCAG contrast
Aa
#fcf643 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf643 on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow73.4%
Key (black)1.2%
Color previews
#fcf643 text on a black background
contrast 18.40:1
Card sample
#fcf643 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf643;
Background color
Panel with #fcf643 background
background-color: #fcf643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf643; background: linear-gradient(135deg, #fcf643, #86FC43);