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