#fdf985
a light, electric yellow · cool · closest name: khaki
RGB
253, 249, 133
HSL
58°, 97%, 76%
CMYK
0, 2, 47, 1
Luminance
0.9033
Every format
| HEX | #fdf985 |
| RGB | rgb(253, 249, 133) |
| HSL | hsl(58, 97%, 76%) |
| CMYK | cmyk(0%, 2%, 47%, 1%) |
| LAB | lab(96.1 -14.0 55.7) |
| LCH | lch(96.1 57.4 104.1) |
| OKLCH | oklch(0.962 0.138 107.0) |
Copy-ready code
/* CSS */
color: #fdf985;
background-color: #fdf985;
/* Tailwind (arbitrary) */
class="text-[#fdf985] bg-[#fdf985]"
/* SCSS */
$brand: #fdf985;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.522)
/* Android */
Color.parseColor("#fdf985")Accessibility — WCAG contrast
Aa
#fdf985 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf985 on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow47.4%
Key (black)0.8%
Color previews
#fdf985 text on a black background
contrast 19.07:1
Card sample
#fdf985 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf985;
Background color
Panel with #fdf985 background
background-color: #fdf985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf985; background: linear-gradient(135deg, #fdf985, #B1FD85);