#fdf867
a light, electric yellow · cool · closest name: khaki
RGB
253, 248, 103
HSL
58°, 97%, 70%
CMYK
0, 2, 59, 1
Luminance
0.8900
Every format
| HEX | #fdf867 |
| RGB | rgb(253, 248, 103) |
| HSL | hsl(58, 97%, 70%) |
| CMYK | cmyk(0%, 2%, 59%, 1%) |
| LAB | lab(95.6 -15.8 68.3) |
| LCH | lch(95.6 70.1 103.0) |
| OKLCH | oklch(0.956 0.164 107.3) |
Copy-ready code
/* CSS */
color: #fdf867;
background-color: #fdf867;
/* Tailwind (arbitrary) */
class="text-[#fdf867] bg-[#fdf867]"
/* SCSS */
$brand: #fdf867;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.404)
/* Android */
Color.parseColor("#fdf867")Accessibility — WCAG contrast
Aa
#fdf867 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf867 on black: 18.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow59.3%
Key (black)0.8%
Color previews
#fdf867 text on a black background
contrast 18.80:1
Card sample
#fdf867 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf867;
Background color
Panel with #fdf867 background
background-color: #fdf867;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf867;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf867; background: linear-gradient(135deg, #fdf867, #9EFD67);