#fdc596
a light, electric orange · warm · closest name: tan
RGB
253, 197, 150
HSL
27°, 96%, 79%
CMYK
0, 22, 41, 1
Luminance
0.6302
Every format
| HEX | #fdc596 |
| RGB | rgb(253, 197, 150) |
| HSL | hsl(27, 96%, 79%) |
| CMYK | cmyk(0%, 22%, 41%, 1%) |
| LAB | lab(83.5 14.0 31.2) |
| LCH | lch(83.5 34.2 65.8) |
| OKLCH | oklch(0.863 0.089 61.2) |
Copy-ready code
/* CSS */
color: #fdc596;
background-color: #fdc596;
/* Tailwind (arbitrary) */
class="text-[#fdc596] bg-[#fdc596]"
/* SCSS */
$brand: #fdc596;
/* SwiftUI */
Color(red: 0.992, green: 0.773, blue: 0.588)
/* Android */
Color.parseColor("#fdc596")Accessibility — WCAG contrast
Aa
#fdc596 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc596 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green77.3%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow40.7%
Key (black)0.8%
Color previews
#fdc596 text on a black background
contrast 13.60:1
Card sample
#fdc596 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc596;
Background color
Panel with #fdc596 background
background-color: #fdc596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 197, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 197, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc596; background: linear-gradient(135deg, #fdc596, #F0FD96);