#fdfe73
a light, electric yellow · cool · closest name: khaki
RGB
253, 254, 115
HSL
60°, 99%, 72%
CMYK
0, 0, 55, 0
Luminance
0.9300
Every format
| HEX | #fdfe73 |
| RGB | rgb(253, 254, 115) |
| HSL | hsl(60, 99%, 72%) |
| CMYK | cmyk(0%, 0%, 55%, 0%) |
| LAB | lab(97.2 -17.9 65.1) |
| LCH | lch(97.2 67.5 105.3) |
| OKLCH | oklch(0.970 0.160 109.4) |
Copy-ready code
/* CSS */
color: #fdfe73;
background-color: #fdfe73;
/* Tailwind (arbitrary) */
class="text-[#fdfe73] bg-[#fdfe73]"
/* SCSS */
$brand: #fdfe73;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.451)
/* Android */
Color.parseColor("#fdfe73")Accessibility — WCAG contrast
Aa
#fdfe73 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe73 on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue45.1%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow54.7%
Key (black)0.4%
Color previews
#fdfe73 text on a black background
contrast 19.60:1
Card sample
#fdfe73 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe73;
Background color
Panel with #fdfe73 background
background-color: #fdfe73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe73; background: linear-gradient(135deg, #fdfe73, #A1FE73);