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