#fcf663
a light, electric yellow · cool · closest name: gold
RGB
252, 246, 99
HSL
58°, 96%, 69%
CMYK
0, 2, 61, 1
Luminance
0.8751
Every format
| HEX | #fcf663 |
| RGB | rgb(252, 246, 99) |
| HSL | hsl(58, 96%, 69%) |
| CMYK | cmyk(0%, 2%, 61%, 1%) |
| LAB | lab(95.0 -15.5 69.3) |
| LCH | lch(95.0 71.0 102.6) |
| OKLCH | oklch(0.951 0.165 106.9) |
Copy-ready code
/* CSS */
color: #fcf663;
background-color: #fcf663;
/* Tailwind (arbitrary) */
class="text-[#fcf663] bg-[#fcf663]"
/* SCSS */
$brand: #fcf663;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.388)
/* Android */
Color.parseColor("#fcf663")Accessibility — WCAG contrast
Aa
#fcf663 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf663 on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow60.7%
Key (black)1.2%
Color previews
#fcf663 text on a black background
contrast 18.50:1
Card sample
#fcf663 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf663;
Background color
Panel with #fcf663 background
background-color: #fcf663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf663; background: linear-gradient(135deg, #fcf663, #9CFC63);