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