#fcfd83
a light, electric yellow · cool · closest name: khaki
RGB
252, 253, 131
HSL
61°, 97%, 75%
CMYK
0, 0, 48, 1
Luminance
0.9258
Every format
| HEX | #fcfd83 |
| RGB | rgb(252, 253, 131) |
| HSL | hsl(61, 97%, 75%) |
| CMYK | cmyk(0%, 0%, 48%, 1%) |
| LAB | lab(97.1 -16.5 57.7) |
| LCH | lch(97.1 60.0 105.9) |
| OKLCH | oklch(0.969 0.145 109.2) |
Copy-ready code
/* CSS */
color: #fcfd83;
background-color: #fcfd83;
/* Tailwind (arbitrary) */
class="text-[#fcfd83] bg-[#fcfd83]"
/* SCSS */
$brand: #fcfd83;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.514)
/* Android */
Color.parseColor("#fcfd83")Accessibility — WCAG contrast
Aa
#fcfd83 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd83 on black: 19.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue51.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow48.2%
Key (black)0.8%
Color previews
#fcfd83 text on a black background
contrast 19.52:1
Card sample
#fcfd83 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd83;
Background color
Panel with #fcfd83 background
background-color: #fcfd83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd83; background: linear-gradient(135deg, #fcfd83, #ABFD83);