#fdcd63
a light, electric yellow · warm · closest name: khaki
RGB
253, 205, 99
HSL
41°, 98%, 69%
CMYK
0, 19, 61, 1
Luminance
0.6545
Every format
| HEX | #fdcd63 |
| RGB | rgb(253, 205, 99) |
| HSL | hsl(41, 98%, 69%) |
| CMYK | cmyk(0%, 19%, 61%, 1%) |
| LAB | lab(84.7 5.5 58.0) |
| LCH | lch(84.7 58.3 84.6) |
| OKLCH | oklch(0.870 0.135 84.9) |
Copy-ready code
/* CSS */
color: #fdcd63;
background-color: #fdcd63;
/* Tailwind (arbitrary) */
class="text-[#fdcd63] bg-[#fdcd63]"
/* SCSS */
$brand: #fdcd63;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.388)
/* Android */
Color.parseColor("#fdcd63")Accessibility — WCAG contrast
Aa
#fdcd63 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd63 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow60.9%
Key (black)0.8%
Color previews
#fdcd63 text on a black background
contrast 14.09:1
Card sample
#fdcd63 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd63;
Background color
Panel with #fdcd63 background
background-color: #fdcd63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd63; background: linear-gradient(135deg, #fdcd63, #C6FD63);