#fdf764
a light, electric yellow · cool · closest name: gold
RGB
253, 247, 100
HSL
58°, 98%, 69%
CMYK
0, 2, 61, 1
Luminance
0.8832
Every format
| HEX | #fdf764 |
| RGB | rgb(253, 247, 100) |
| HSL | hsl(58, 98%, 69%) |
| CMYK | cmyk(0%, 2%, 61%, 1%) |
| LAB | lab(95.3 -15.5 69.3) |
| LCH | lch(95.3 71.0 102.6) |
| OKLCH | oklch(0.954 0.165 106.9) |
Copy-ready code
/* CSS */
color: #fdf764;
background-color: #fdf764;
/* Tailwind (arbitrary) */
class="text-[#fdf764] bg-[#fdf764]"
/* SCSS */
$brand: #fdf764;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.392)
/* Android */
Color.parseColor("#fdf764")Accessibility — WCAG contrast
Aa
#fdf764 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf764 on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow60.5%
Key (black)0.8%
Color previews
#fdf764 text on a black background
contrast 18.66:1
Card sample
#fdf764 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf764;
Background color
Panel with #fdf764 background
background-color: #fdf764;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf764;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf764; background: linear-gradient(135deg, #fdf764, #9DFD64);