#fda596
a light, electric red · warm · closest name: salmon
RGB
253, 165, 150
HSL
9°, 96%, 79%
CMYK
0, 35, 41, 1
Luminance
0.4999
Every format
| HEX | #fda596 |
| RGB | rgb(253, 165, 150) |
| HSL | hsl(9, 96%, 79%) |
| CMYK | cmyk(0%, 35%, 41%, 1%) |
| LAB | lab(76.1 30.8 21.3) |
| LCH | lch(76.1 37.4 34.6) |
| OKLCH | oklch(0.805 0.107 30.2) |
Copy-ready code
/* CSS */
color: #fda596;
background-color: #fda596;
/* Tailwind (arbitrary) */
class="text-[#fda596] bg-[#fda596]"
/* SCSS */
$brand: #fda596;
/* SwiftUI */
Color(red: 0.992, green: 0.647, blue: 0.588)
/* Android */
Color.parseColor("#fda596")Accessibility — WCAG contrast
Aa
#fda596 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda596 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.7%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow40.7%
Key (black)0.8%
Color previews
#fda596 text on a black background
contrast 11.00:1
Card sample
#fda596 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda596;
Background color
Panel with #fda596 background
background-color: #fda596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 165, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 165, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda596; background: linear-gradient(135deg, #fda596, #FDEA96);