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