#fdcc8b
a light, electric orange · warm · closest name: tan
RGB
253, 204, 139
HSL
34°, 97%, 77%
CMYK
0, 19, 45, 1
Luminance
0.6593
Every format
| HEX | #fdcc8b |
| RGB | rgb(253, 204, 139) |
| HSL | hsl(34, 97%, 77%) |
| CMYK | cmyk(0%, 19%, 45%, 1%) |
| LAB | lab(85.0 9.3 38.9) |
| LCH | lch(85.0 40.0 76.6) |
| OKLCH | oklch(0.874 0.099 73.8) |
Copy-ready code
/* CSS */
color: #fdcc8b;
background-color: #fdcc8b;
/* Tailwind (arbitrary) */
class="text-[#fdcc8b] bg-[#fdcc8b]"
/* SCSS */
$brand: #fdcc8b;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.545)
/* Android */
Color.parseColor("#fdcc8b")Accessibility — WCAG contrast
Aa
#fdcc8b on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcc8b on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow45.1%
Key (black)0.8%
Color previews
#fdcc8b text on a black background
contrast 14.19:1
Card sample
#fdcc8b text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcc8b;
Background color
Panel with #fdcc8b background
background-color: #fdcc8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcc8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcc8b; background: linear-gradient(135deg, #fdcc8b, #E2FD8B);