#fdfe67
a light, electric yellow · cool · closest name: yellow
RGB
253, 254, 103
HSL
60°, 99%, 70%
CMYK
0, 0, 59, 0
Luminance
0.9275
Every format
| HEX | #fdfe67 |
| RGB | rgb(253, 254, 103) |
| HSL | hsl(60, 99%, 70%) |
| CMYK | cmyk(0%, 0%, 59%, 0%) |
| LAB | lab(97.1 -18.7 70.0) |
| LCH | lch(97.1 72.5 104.9) |
| OKLCH | oklch(0.969 0.170 109.5) |
Copy-ready code
/* CSS */
color: #fdfe67;
background-color: #fdfe67;
/* Tailwind (arbitrary) */
class="text-[#fdfe67] bg-[#fdfe67]"
/* SCSS */
$brand: #fdfe67;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.404)
/* Android */
Color.parseColor("#fdfe67")Accessibility — WCAG contrast
Aa
#fdfe67 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe67 on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue40.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow59.4%
Key (black)0.4%
Color previews
#fdfe67 text on a black background
contrast 19.55:1
Card sample
#fdfe67 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe67;
Background color
Panel with #fdfe67 background
background-color: #fdfe67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe67; background: linear-gradient(135deg, #fdfe67, #98FE67);