#fdf094
a light, electric yellow · cool · closest name: khaki
RGB
253, 240, 148
HSL
53°, 96%, 79%
CMYK
0, 5, 42, 1
Luminance
0.8534
Every format
| HEX | #fdf094 |
| RGB | rgb(253, 240, 148) |
| HSL | hsl(53, 96%, 79%) |
| CMYK | cmyk(0%, 5%, 42%, 1%) |
| LAB | lab(94.0 -8.1 46.0) |
| LCH | lch(94.0 46.7 100.0) |
| OKLCH | oklch(0.946 0.114 101.3) |
Copy-ready code
/* CSS */
color: #fdf094;
background-color: #fdf094;
/* Tailwind (arbitrary) */
class="text-[#fdf094] bg-[#fdf094]"
/* SCSS */
$brand: #fdf094;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.580)
/* Android */
Color.parseColor("#fdf094")Accessibility — WCAG contrast
Aa
#fdf094 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf094 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow41.5%
Key (black)0.8%
Color previews
#fdf094 text on a black background
contrast 18.07:1
Card sample
#fdf094 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf094;
Background color
Panel with #fdf094 background
background-color: #fdf094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf094; background: linear-gradient(135deg, #fdf094, #C4FD94);