#fdf795
a light, electric yellow · cool · closest name: khaki
RGB
253, 247, 149
HSL
57°, 96%, 79%
CMYK
0, 2, 41, 1
Luminance
0.8957
Every format
| HEX | #fdf795 |
| RGB | rgb(253, 247, 149) |
| HSL | hsl(57, 96%, 79%) |
| CMYK | cmyk(0%, 2%, 41%, 1%) |
| LAB | lab(95.8 -11.5 47.7) |
| LCH | lch(95.8 49.1 103.5) |
| OKLCH | oklch(0.960 0.120 105.4) |
Copy-ready code
/* CSS */
color: #fdf795;
background-color: #fdf795;
/* Tailwind (arbitrary) */
class="text-[#fdf795] bg-[#fdf795]"
/* SCSS */
$brand: #fdf795;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.584)
/* Android */
Color.parseColor("#fdf795")Accessibility — WCAG contrast
Aa
#fdf795 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf795 on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow41.1%
Key (black)0.8%
Color previews
#fdf795 text on a black background
contrast 18.91:1
Card sample
#fdf795 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf795;
Background color
Panel with #fdf795 background
background-color: #fdf795;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf795;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf795; background: linear-gradient(135deg, #fdf795, #BEFD95);