#fdf381
a light, electric yellow · cool · closest name: khaki
RGB
253, 243, 129
HSL
55°, 97%, 75%
CMYK
0, 4, 49, 1
Luminance
0.8657
Every format
| HEX | #fdf381 |
| RGB | rgb(253, 243, 129) |
| HSL | hsl(55, 97%, 75%) |
| CMYK | cmyk(0%, 4%, 49%, 1%) |
| LAB | lab(94.6 -11.4 55.7) |
| LCH | lch(94.6 56.8 101.6) |
| OKLCH | oklch(0.949 0.136 104.2) |
Copy-ready code
/* CSS */
color: #fdf381;
background-color: #fdf381;
/* Tailwind (arbitrary) */
class="text-[#fdf381] bg-[#fdf381]"
/* SCSS */
$brand: #fdf381;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.506)
/* Android */
Color.parseColor("#fdf381")Accessibility — WCAG contrast
Aa
#fdf381 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf381 on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow49.0%
Key (black)0.8%
Color previews
#fdf381 text on a black background
contrast 18.31:1
Card sample
#fdf381 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf381;
Background color
Panel with #fdf381 background
background-color: #fdf381;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf381;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf381; background: linear-gradient(135deg, #fdf381, #B4FD81);