#fdf861
a light, electric yellow · cool · closest name: gold
RGB
253, 248, 97
HSL
58°, 98%, 69%
CMYK
0, 2, 62, 1
Luminance
0.8888
Every format
| HEX | #fdf861 |
| RGB | rgb(253, 248, 97) |
| HSL | hsl(58, 98%, 69%) |
| CMYK | cmyk(0%, 2%, 62%, 1%) |
| LAB | lab(95.5 -16.2 70.7) |
| LCH | lch(95.5 72.6 102.9) |
| OKLCH | oklch(0.956 0.169 107.4) |
Copy-ready code
/* CSS */
color: #fdf861;
background-color: #fdf861;
/* Tailwind (arbitrary) */
class="text-[#fdf861] bg-[#fdf861]"
/* SCSS */
$brand: #fdf861;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.380)
/* Android */
Color.parseColor("#fdf861")Accessibility — WCAG contrast
Aa
#fdf861 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf861 on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow61.7%
Key (black)0.8%
Color previews
#fdf861 text on a black background
contrast 18.78:1
Card sample
#fdf861 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf861;
Background color
Panel with #fdf861 background
background-color: #fdf861;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf861;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf861; background: linear-gradient(135deg, #fdf861, #9AFD61);