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