#fdcc7b
a light, electric orange · warm · closest name: khaki
RGB
253, 204, 123
HSL
37°, 97%, 74%
CMYK
0, 19, 51, 1
Luminance
0.6550
Every format
| HEX | #fdcc7b |
| RGB | rgb(253, 204, 123) |
| HSL | hsl(37, 97%, 74%) |
| CMYK | cmyk(0%, 19%, 51%, 1%) |
| LAB | lab(84.7 7.8 46.6) |
| LCH | lch(84.7 47.3 80.5) |
| OKLCH | oklch(0.871 0.114 79.0) |
Copy-ready code
/* CSS */
color: #fdcc7b;
background-color: #fdcc7b;
/* Tailwind (arbitrary) */
class="text-[#fdcc7b] bg-[#fdcc7b]"
/* SCSS */
$brand: #fdcc7b;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.482)
/* Android */
Color.parseColor("#fdcc7b")Accessibility — WCAG contrast
Aa
#fdcc7b on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcc7b on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow51.4%
Key (black)0.8%
Color previews
#fdcc7b text on a black background
contrast 14.10:1
Card sample
#fdcc7b text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcc7b;
Background color
Panel with #fdcc7b background
background-color: #fdcc7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcc7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcc7b; background: linear-gradient(135deg, #fdcc7b, #D7FD7B);