#f7fd73
a light, electric yellow · cool · closest name: khaki
RGB
247, 253, 115
HSL
63°, 97%, 72%
CMYK
2, 0, 55, 1
Luminance
0.9126
Every format
| HEX | #f7fd73 |
| RGB | rgb(247, 253, 115) |
| HSL | hsl(63, 97%, 72%) |
| CMYK | cmyk(2%, 0%, 55%, 1%) |
| LAB | lab(96.5 -19.7 64.2) |
| LCH | lch(96.5 67.1 107.1) |
| OKLCH | oklch(0.963 0.160 111.3) |
Copy-ready code
/* CSS */
color: #f7fd73;
background-color: #f7fd73;
/* Tailwind (arbitrary) */
class="text-[#f7fd73] bg-[#f7fd73]"
/* SCSS */
$brand: #f7fd73;
/* SwiftUI */
Color(red: 0.969, green: 0.992, blue: 0.451)
/* Android */
Color.parseColor("#f7fd73")Accessibility — WCAG contrast
Aa
#f7fd73 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fd73 on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green99.2%
Blue45.1%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow54.5%
Key (black)0.8%
Color previews
#f7fd73 text on a black background
contrast 19.25:1
Card sample
#f7fd73 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fd73;
Background color
Panel with #f7fd73 background
background-color: #f7fd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 253, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 253, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fd73; background: linear-gradient(135deg, #f7fd73, #9BFD73);