#fda485
a light, electric orange · warm · closest name: salmon
RGB
253, 164, 133
HSL
16°, 97%, 76%
CMYK
0, 35, 47, 1
Luminance
0.4913
Every format
| HEX | #fda485 |
| RGB | rgb(253, 164, 133) |
| HSL | hsl(16, 97%, 76%) |
| CMYK | cmyk(0%, 35%, 47%, 1%) |
| LAB | lab(75.5 29.6 29.7) |
| LCH | lch(75.5 42.0 45.1) |
| OKLCH | oklch(0.800 0.115 40.0) |
Copy-ready code
/* CSS */
color: #fda485;
background-color: #fda485;
/* Tailwind (arbitrary) */
class="text-[#fda485] bg-[#fda485]"
/* SCSS */
$brand: #fda485;
/* SwiftUI */
Color(red: 0.992, green: 0.643, blue: 0.522)
/* Android */
Color.parseColor("#fda485")Accessibility — WCAG contrast
Aa
#fda485 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda485 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.3%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow47.4%
Key (black)0.8%
Color previews
#fda485 text on a black background
contrast 10.83:1
Card sample
#fda485 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda485;
Background color
Panel with #fda485 background
background-color: #fda485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 164, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 164, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda485; background: linear-gradient(135deg, #fda485, #FDF485);