#fa536f
a light, electric red · warm · closest name: crimson
RGB
250, 83, 111
HSL
350°, 94%, 65%
CMYK
0, 67, 56, 2
Luminance
0.2766
Every format
| HEX | #fa536f |
| RGB | rgb(250, 83, 111) |
| HSL | hsl(350, 94%, 65%) |
| CMYK | cmyk(0%, 67%, 56%, 2%) |
| LAB | lab(59.6 65.0 20.6) |
| LCH | lch(59.6 68.2 17.6) |
| OKLCH | oklch(0.677 0.202 14.7) |
Copy-ready code
/* CSS */
color: #fa536f;
background-color: #fa536f;
/* Tailwind (arbitrary) */
class="text-[#fa536f] bg-[#fa536f]"
/* SCSS */
$brand: #fa536f;
/* SwiftUI */
Color(red: 0.980, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#fa536f")Accessibility — WCAG contrast
Aa
#fa536f on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa536f on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green32.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow55.6%
Key (black)2.0%
Color previews
#fa536f text on a black background
contrast 6.53:1
Card sample
#fa536f text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa536f;
Background color
Panel with #fa536f background
background-color: #fa536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa536f; background: linear-gradient(135deg, #fa536f, #FAA653);