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