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