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