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