#fdfe45
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 254, 69
HSL
60°, 99%, 63%
CMYK
0, 0, 73, 0
Luminance
0.9220
Every format
| HEX | #fdfe45 |
| RGB | rgb(253, 254, 69) |
| HSL | hsl(60, 99%, 63%) |
| CMYK | cmyk(0%, 0%, 73%, 0%) |
| LAB | lab(96.9 -20.5 82.2) |
| LCH | lch(96.9 84.7 104.0) |
| OKLCH | oklch(0.966 0.192 109.8) |
Copy-ready code
/* CSS */
color: #fdfe45;
background-color: #fdfe45;
/* Tailwind (arbitrary) */
class="text-[#fdfe45] bg-[#fdfe45]"
/* SCSS */
$brand: #fdfe45;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.271)
/* Android */
Color.parseColor("#fdfe45")Accessibility — WCAG contrast
Aa
#fdfe45 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe45 on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue27.1%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow72.8%
Key (black)0.4%
Color previews
#fdfe45 text on a black background
contrast 19.44:1
Card sample
#fdfe45 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe45;
Background color
Panel with #fdfe45 background
background-color: #fdfe45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe45; background: linear-gradient(135deg, #fdfe45, #82FE45);