#fdd368
a light, electric yellow · warm · closest name: khaki
RGB
253, 211, 104
HSL
43°, 97%, 70%
CMYK
0, 17, 59, 1
Luminance
0.6847
Every format
| HEX | #fdd368 |
| RGB | rgb(253, 211, 104) |
| HSL | hsl(43, 97%, 70%) |
| CMYK | cmyk(0%, 17%, 59%, 1%) |
| LAB | lab(86.2 2.7 57.5) |
| LCH | lch(86.2 57.5 87.3) |
| OKLCH | oklch(0.882 0.134 88.0) |
Copy-ready code
/* CSS */
color: #fdd368;
background-color: #fdd368;
/* Tailwind (arbitrary) */
class="text-[#fdd368] bg-[#fdd368]"
/* SCSS */
$brand: #fdd368;
/* SwiftUI */
Color(red: 0.992, green: 0.827, blue: 0.408)
/* Android */
Color.parseColor("#fdd368")Accessibility — WCAG contrast
Aa
#fdd368 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdd368 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green82.7%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow58.9%
Key (black)0.8%
Color previews
#fdd368 text on a black background
contrast 14.69:1
Card sample
#fdd368 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdd368;
Background color
Panel with #fdd368 background
background-color: #fdd368;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdd368;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 211, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 211, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdd368; background: linear-gradient(135deg, #fdd368, #C4FD68);