#fdf360
a light, electric yellow · cool · closest name: gold
RGB
253, 243, 96
HSL
56°, 98%, 68%
CMYK
0, 4, 62, 1
Luminance
0.8583
Every format
| HEX | #fdf360 |
| RGB | rgb(253, 243, 96) |
| HSL | hsl(56, 98%, 68%) |
| CMYK | cmyk(0%, 4%, 62%, 1%) |
| LAB | lab(94.2 -13.8 69.8) |
| LCH | lch(94.2 71.1 101.2) |
| OKLCH | oklch(0.946 0.165 105.4) |
Copy-ready code
/* CSS */
color: #fdf360;
background-color: #fdf360;
/* Tailwind (arbitrary) */
class="text-[#fdf360] bg-[#fdf360]"
/* SCSS */
$brand: #fdf360;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#fdf360")Accessibility — WCAG contrast
Aa
#fdf360 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf360 on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow62.1%
Key (black)0.8%
Color previews
#fdf360 text on a black background
contrast 18.17:1
Card sample
#fdf360 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf360;
Background color
Panel with #fdf360 background
background-color: #fdf360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf360; background: linear-gradient(135deg, #fdf360, #9EFD60);