#fdf67f
a light, electric yellow · cool · closest name: khaki
RGB
253, 246, 127
HSL
57°, 97%, 75%
CMYK
0, 3, 50, 1
Luminance
0.8833
Every format
| HEX | #fdf67f |
| RGB | rgb(253, 246, 127) |
| HSL | hsl(57, 97%, 75%) |
| CMYK | cmyk(0%, 3%, 50%, 1%) |
| LAB | lab(95.3 -13.0 57.5) |
| LCH | lch(95.3 58.9 102.8) |
| OKLCH | oklch(0.955 0.141 105.7) |
Copy-ready code
/* CSS */
color: #fdf67f;
background-color: #fdf67f;
/* Tailwind (arbitrary) */
class="text-[#fdf67f] bg-[#fdf67f]"
/* SCSS */
$brand: #fdf67f;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.498)
/* Android */
Color.parseColor("#fdf67f")Accessibility — WCAG contrast
Aa
#fdf67f on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf67f on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow49.8%
Key (black)0.8%
Color previews
#fdf67f text on a black background
contrast 18.67:1
Card sample
#fdf67f text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf67f;
Background color
Panel with #fdf67f background
background-color: #fdf67f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf67f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf67f; background: linear-gradient(135deg, #fdf67f, #B0FD7F);