#fdf167
a light, electric yellow · cool · closest name: khaki
RGB
253, 241, 103
HSL
55°, 97%, 70%
CMYK
0, 5, 59, 1
Luminance
0.8477
Every format
| HEX | #fdf167 |
| RGB | rgb(253, 241, 103) |
| HSL | hsl(55, 97%, 70%) |
| CMYK | cmyk(0%, 5%, 59%, 1%) |
| LAB | lab(93.8 -12.4 66.4) |
| LCH | lch(93.8 67.5 100.6) |
| OKLCH | oklch(0.942 0.157 104.3) |
Copy-ready code
/* CSS */
color: #fdf167;
background-color: #fdf167;
/* Tailwind (arbitrary) */
class="text-[#fdf167] bg-[#fdf167]"
/* SCSS */
$brand: #fdf167;
/* SwiftUI */
Color(red: 0.992, green: 0.945, blue: 0.404)
/* Android */
Color.parseColor("#fdf167")Accessibility — WCAG contrast
Aa
#fdf167 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf167 on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow59.3%
Key (black)0.8%
Color previews
#fdf167 text on a black background
contrast 17.95:1
Card sample
#fdf167 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf167;
Background color
Panel with #fdf167 background
background-color: #fdf167;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf167;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 241, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 241, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf167; background: linear-gradient(135deg, #fdf167, #A5FD67);