#fdcc6f
a light, electric orange · warm · closest name: khaki
RGB
253, 204, 111
HSL
39°, 97%, 71%
CMYK
0, 19, 56, 1
Luminance
0.6522
Every format
| HEX | #fdcc6f |
| RGB | rgb(253, 204, 111) |
| HSL | hsl(39, 97%, 71%) |
| CMYK | cmyk(0%, 19%, 56%, 1%) |
| LAB | lab(84.6 6.8 52.3) |
| LCH | lch(84.6 52.7 82.5) |
| OKLCH | oklch(0.870 0.124 81.9) |
Copy-ready code
/* CSS */
color: #fdcc6f;
background-color: #fdcc6f;
/* Tailwind (arbitrary) */
class="text-[#fdcc6f] bg-[#fdcc6f]"
/* SCSS */
$brand: #fdcc6f;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.435)
/* Android */
Color.parseColor("#fdcc6f")Accessibility — WCAG contrast
Aa
#fdcc6f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcc6f on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow56.1%
Key (black)0.8%
Color previews
#fdcc6f text on a black background
contrast 14.04:1
Card sample
#fdcc6f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcc6f;
Background color
Panel with #fdcc6f background
background-color: #fdcc6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcc6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcc6f; background: linear-gradient(135deg, #fdcc6f, #CFFD6F);