#fdf286
a light, electric yellow · cool · closest name: khaki
RGB
253, 242, 134
HSL
55°, 97%, 76%
CMYK
0, 4, 47, 1
Luminance
0.8611
Every format
| HEX | #fdf286 |
| RGB | rgb(253, 242, 134) |
| HSL | hsl(55, 97%, 76%) |
| CMYK | cmyk(0%, 4%, 47%, 1%) |
| LAB | lab(94.4 -10.5 53.1) |
| LCH | lch(94.4 54.1 101.1) |
| OKLCH | oklch(0.948 0.130 103.4) |
Copy-ready code
/* CSS */
color: #fdf286;
background-color: #fdf286;
/* Tailwind (arbitrary) */
class="text-[#fdf286] bg-[#fdf286]"
/* SCSS */
$brand: #fdf286;
/* SwiftUI */
Color(red: 0.992, green: 0.949, blue: 0.525)
/* Android */
Color.parseColor("#fdf286")Accessibility — WCAG contrast
Aa
#fdf286 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf286 on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.9%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow47.0%
Key (black)0.8%
Color previews
#fdf286 text on a black background
contrast 18.22:1
Card sample
#fdf286 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf286;
Background color
Panel with #fdf286 background
background-color: #fdf286;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf286;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 242, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 242, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf286; background: linear-gradient(135deg, #fdf286, #B9FD86);