#fdfc72
a light, electric yellow · cool · closest name: khaki
RGB
253, 252, 114
HSL
60°, 97%, 72%
CMYK
0, 0, 55, 1
Luminance
0.9172
Every format
| HEX | #fdfc72 |
| RGB | rgb(253, 252, 114) |
| HSL | hsl(60, 97%, 72%) |
| CMYK | cmyk(0%, 0%, 55%, 1%) |
| LAB | lab(96.7 -17.0 64.9) |
| LCH | lch(96.7 67.1 104.6) |
| OKLCH | oklch(0.966 0.159 108.7) |
Copy-ready code
/* CSS */
color: #fdfc72;
background-color: #fdfc72;
/* Tailwind (arbitrary) */
class="text-[#fdfc72] bg-[#fdfc72]"
/* SCSS */
$brand: #fdfc72;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.447)
/* Android */
Color.parseColor("#fdfc72")Accessibility — WCAG contrast
Aa
#fdfc72 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc72 on black: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow54.9%
Key (black)0.8%
Color previews
#fdfc72 text on a black background
contrast 19.34:1
Card sample
#fdfc72 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc72;
Background color
Panel with #fdfc72 background
background-color: #fdfc72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc72; background: linear-gradient(135deg, #fdfc72, #A1FD72);