#fd485f
a balanced, electric red · warm · closest name: crimson
RGB
253, 72, 95
HSL
352°, 98%, 64%
CMYK
0, 72, 63, 1
Luminance
0.2634
Every format
| HEX | #fd485f |
| RGB | rgb(253, 72, 95) |
| HSL | hsl(352, 98%, 64%) |
| CMYK | cmyk(0%, 72%, 63%, 1%) |
| LAB | lab(58.4 68.8 28.4) |
| LCH | lch(58.4 74.5 22.4) |
| OKLCH | oklch(0.668 0.216 18.4) |
Copy-ready code
/* CSS */
color: #fd485f;
background-color: #fd485f;
/* Tailwind (arbitrary) */
class="text-[#fd485f] bg-[#fd485f]"
/* SCSS */
$brand: #fd485f;
/* SwiftUI */
Color(red: 0.992, green: 0.282, blue: 0.373)
/* Android */
Color.parseColor("#fd485f")Accessibility — WCAG contrast
Aa
#fd485f on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd485f on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green28.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow62.5%
Key (black)0.8%
Color previews
#fd485f text on a black background
contrast 6.27:1
Card sample
#fd485f text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd485f;
Background color
Panel with #fd485f background
background-color: #fd485f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd485f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 72, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 72, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd485f; background: linear-gradient(135deg, #fd485f, #FDAA48);