#fcf968
a light, electric yellow · cool · closest name: khaki
RGB
252, 249, 104
HSL
59°, 96%, 70%
CMYK
0, 1, 59, 1
Luminance
0.8945
Every format
| HEX | #fcf968 |
| RGB | rgb(252, 249, 104) |
| HSL | hsl(59, 96%, 70%) |
| CMYK | cmyk(0%, 1%, 59%, 1%) |
| LAB | lab(95.8 -16.6 68.1) |
| LCH | lch(95.8 70.1 103.7) |
| OKLCH | oklch(0.958 0.164 108.0) |
Copy-ready code
/* CSS */
color: #fcf968;
background-color: #fcf968;
/* Tailwind (arbitrary) */
class="text-[#fcf968] bg-[#fcf968]"
/* SCSS */
$brand: #fcf968;
/* SwiftUI */
Color(red: 0.988, green: 0.976, blue: 0.408)
/* Android */
Color.parseColor("#fcf968")Accessibility — WCAG contrast
Aa
#fcf968 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf968 on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.6%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow58.7%
Key (black)1.2%
Color previews
#fcf968 text on a black background
contrast 18.89:1
Card sample
#fcf968 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf968;
Background color
Panel with #fcf968 background
background-color: #fcf968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 249, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 249, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf968; background: linear-gradient(135deg, #fcf968, #9CFC68);