#fdef35
a balanced, electric yellow · cool · closest name: gold
RGB
253, 239, 53
HSL
56°, 98%, 60%
CMYK
0, 6, 79, 1
Luminance
0.8287
Every format
| HEX | #fdef35 |
| RGB | rgb(253, 239, 53) |
| HSL | hsl(56, 98%, 60%) |
| CMYK | cmyk(0%, 6%, 79%, 1%) |
| LAB | lab(93.0 -13.8 83.3) |
| LCH | lch(93.0 84.4 99.4) |
| OKLCH | oklch(0.935 0.186 104.9) |
Copy-ready code
/* CSS */
color: #fdef35;
background-color: #fdef35;
/* Tailwind (arbitrary) */
class="text-[#fdef35] bg-[#fdef35]"
/* SCSS */
$brand: #fdef35;
/* SwiftUI */
Color(red: 0.992, green: 0.937, blue: 0.208)
/* Android */
Color.parseColor("#fdef35")Accessibility — WCAG contrast
Aa
#fdef35 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdef35 on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.7%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow79.1%
Key (black)0.8%
Color previews
#fdef35 text on a black background
contrast 17.57:1
Card sample
#fdef35 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdef35;
Background color
Panel with #fdef35 background
background-color: #fdef35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdef35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 239, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 239, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdef35; background: linear-gradient(135deg, #fdef35, #86FD35);