#fdf799
a light, electric yellow · cool · closest name: khaki
RGB
253, 247, 153
HSL
56°, 96%, 80%
CMYK
0, 2, 40, 1
Luminance
0.8970
Every format
| HEX | #fdf799 |
| RGB | rgb(253, 247, 153) |
| HSL | hsl(56, 96%, 80%) |
| CMYK | cmyk(0%, 2%, 40%, 1%) |
| LAB | lab(95.9 -11.1 45.9) |
| LCH | lch(95.9 47.2 103.6) |
| OKLCH | oklch(0.961 0.116 105.2) |
Copy-ready code
/* CSS */
color: #fdf799;
background-color: #fdf799;
/* Tailwind (arbitrary) */
class="text-[#fdf799] bg-[#fdf799]"
/* SCSS */
$brand: #fdf799;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.600)
/* Android */
Color.parseColor("#fdf799")Accessibility — WCAG contrast
Aa
#fdf799 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf799 on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow39.5%
Key (black)0.8%
Color previews
#fdf799 text on a black background
contrast 18.94:1
Card sample
#fdf799 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf799;
Background color
Panel with #fdf799 background
background-color: #fdf799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf799; background: linear-gradient(135deg, #fdf799, #C0FD99);