#fdcc6b
a light, electric orange · warm · closest name: khaki
RGB
253, 204, 107
HSL
40°, 97%, 71%
CMYK
0, 19, 58, 1
Luminance
0.6513
Every format
| HEX | #fdcc6b |
| RGB | rgb(253, 204, 107) |
| HSL | hsl(40, 97%, 71%) |
| CMYK | cmyk(0%, 19%, 58%, 1%) |
| LAB | lab(84.5 6.5 54.1) |
| LCH | lch(84.5 54.5 83.1) |
| OKLCH | oklch(0.869 0.128 82.7) |
Copy-ready code
/* CSS */
color: #fdcc6b;
background-color: #fdcc6b;
/* Tailwind (arbitrary) */
class="text-[#fdcc6b] bg-[#fdcc6b]"
/* SCSS */
$brand: #fdcc6b;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.420)
/* Android */
Color.parseColor("#fdcc6b")Accessibility — WCAG contrast
Aa
#fdcc6b on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcc6b on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow57.7%
Key (black)0.8%
Color previews
#fdcc6b text on a black background
contrast 14.03:1
Card sample
#fdcc6b text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcc6b;
Background color
Panel with #fdcc6b background
background-color: #fdcc6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcc6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcc6b; background: linear-gradient(135deg, #fdcc6b, #CDFD6B);