#fdf86c
a light, electric yellow · cool · closest name: khaki
RGB
253, 248, 108
HSL
58°, 97%, 71%
CMYK
0, 2, 57, 1
Luminance
0.8910
Every format
| HEX | #fdf86c |
| RGB | rgb(253, 248, 108) |
| HSL | hsl(58, 97%, 71%) |
| CMYK | cmyk(0%, 2%, 57%, 1%) |
| LAB | lab(95.6 -15.5 66.3) |
| LCH | lch(95.6 68.1 103.1) |
| OKLCH | oklch(0.957 0.160 107.2) |
Copy-ready code
/* CSS */
color: #fdf86c;
background-color: #fdf86c;
/* Tailwind (arbitrary) */
class="text-[#fdf86c] bg-[#fdf86c]"
/* SCSS */
$brand: #fdf86c;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.424)
/* Android */
Color.parseColor("#fdf86c")Accessibility — WCAG contrast
Aa
#fdf86c on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf86c on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow57.3%
Key (black)0.8%
Color previews
#fdf86c text on a black background
contrast 18.82:1
Card sample
#fdf86c text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf86c;
Background color
Panel with #fdf86c background
background-color: #fdf86c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf86c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf86c; background: linear-gradient(135deg, #fdf86c, #A1FD6C);