#fdcd68
a light, electric yellow · warm · closest name: khaki
RGB
253, 205, 104
HSL
41°, 97%, 70%
CMYK
0, 19, 59, 1
Luminance
0.6554
Every format
| HEX | #fdcd68 |
| RGB | rgb(253, 205, 104) |
| HSL | hsl(41, 97%, 70%) |
| CMYK | cmyk(0%, 19%, 59%, 1%) |
| LAB | lab(84.8 5.8 55.8) |
| LCH | lch(84.8 56.1 84.0) |
| OKLCH | oklch(0.871 0.131 84.0) |
Copy-ready code
/* CSS */
color: #fdcd68;
background-color: #fdcd68;
/* Tailwind (arbitrary) */
class="text-[#fdcd68] bg-[#fdcd68]"
/* SCSS */
$brand: #fdcd68;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.408)
/* Android */
Color.parseColor("#fdcd68")Accessibility — WCAG contrast
Aa
#fdcd68 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd68 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow58.9%
Key (black)0.8%
Color previews
#fdcd68 text on a black background
contrast 14.11:1
Card sample
#fdcd68 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd68;
Background color
Panel with #fdcd68 background
background-color: #fdcd68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd68; background: linear-gradient(135deg, #fdcd68, #CAFD68);