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