#fdfb7f
a light, electric yellow · cool · closest name: khaki
RGB
253, 251, 127
HSL
59°, 97%, 75%
CMYK
0, 1, 50, 1
Luminance
0.9141
Every format
| HEX | #fdfb7f |
| RGB | rgb(253, 251, 127) |
| HSL | hsl(59, 97%, 75%) |
| CMYK | cmyk(0%, 1%, 50%, 1%) |
| LAB | lab(96.6 -15.5 59.0) |
| LCH | lch(96.6 61.0 104.7) |
| OKLCH | oklch(0.965 0.146 108.0) |
Copy-ready code
/* CSS */
color: #fdfb7f;
background-color: #fdfb7f;
/* Tailwind (arbitrary) */
class="text-[#fdfb7f] bg-[#fdfb7f]"
/* SCSS */
$brand: #fdfb7f;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.498)
/* Android */
Color.parseColor("#fdfb7f")Accessibility — WCAG contrast
Aa
#fdfb7f on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfb7f on black: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow49.8%
Key (black)0.8%
Color previews
#fdfb7f text on a black background
contrast 19.28:1
Card sample
#fdfb7f text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfb7f;
Background color
Panel with #fdfb7f background
background-color: #fdfb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfb7f; background: linear-gradient(135deg, #fdfb7f, #ABFD7F);