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