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