#f4635c
a light, electric red · warm · closest name: salmon
RGB
244, 99, 92
HSL
3°, 87%, 66%
CMYK
0, 59, 62, 4
Luminance
0.2893
Every format
| HEX | #f4635c |
| RGB | rgb(244, 99, 92) |
| HSL | hsl(3, 87%, 66%) |
| CMYK | cmyk(0%, 59%, 62%, 4%) |
| LAB | lab(60.7 55.2 32.8) |
| LCH | lch(60.7 64.2 30.7) |
| OKLCH | oklch(0.683 0.180 25.7) |
Copy-ready code
/* CSS */
color: #f4635c;
background-color: #f4635c;
/* Tailwind (arbitrary) */
class="text-[#f4635c] bg-[#f4635c]"
/* SCSS */
$brand: #f4635c;
/* SwiftUI */
Color(red: 0.957, green: 0.388, blue: 0.361)
/* Android */
Color.parseColor("#f4635c")Accessibility — WCAG contrast
Aa
#f4635c on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f4635c on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green38.8%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow62.3%
Key (black)4.3%
Color previews
#f4635c text on a black background
contrast 6.79:1
Card sample
#f4635c text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4635c;
Background color
Panel with #f4635c background
background-color: #f4635c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4635c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 99, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 99, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4635c; background: linear-gradient(135deg, #f4635c, #F4C85C);