#fdfe07
a balanced, electric yellow · cool · “yellow”
RGB
253, 254, 7
HSL
60°, 99%, 51%
CMYK
0, 0, 97, 0
Luminance
0.9178
Every format
| HEX | #fdfe07 |
| RGB | rgb(253, 254, 7) |
| HSL | hsl(60, 99%, 51%) |
| CMYK | cmyk(0%, 0%, 97%, 0%) |
| LAB | lab(96.7 -21.9 93.6) |
| LCH | lch(96.7 96.2 103.1) |
| OKLCH | oklch(0.964 0.210 110.1) |
Copy-ready code
/* CSS */
color: #fdfe07;
background-color: #fdfe07;
/* Tailwind (arbitrary) */
class="text-[#fdfe07] bg-[#fdfe07]"
/* SCSS */
$brand: #fdfe07;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.027)
/* Android */
Color.parseColor("#fdfe07")Accessibility — WCAG contrast
Aa
#fdfe07 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe07 on black: 19.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue2.7%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow97.2%
Key (black)0.4%
Color previews
#fdfe07 text on a black background
contrast 19.36:1
Card sample
#fdfe07 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe07;
Background color
Panel with #fdfe07 background
background-color: #fdfe07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe07; background: linear-gradient(135deg, #fdfe07, #59FE07);