#f83643
a balanced, electric red · warm · closest name: crimson
RGB
248, 54, 67
HSL
356°, 93%, 59%
CMYK
0, 78, 73, 3
Luminance
0.2300
Every format
| HEX | #f83643 |
| RGB | rgb(248, 54, 67) |
| HSL | hsl(356, 93%, 59%) |
| CMYK | cmyk(0%, 78%, 73%, 3%) |
| LAB | lab(55.1 71.6 40.2) |
| LCH | lch(55.1 82.1 29.4) |
| OKLCH | oklch(0.640 0.227 23.5) |
Copy-ready code
/* CSS */
color: #f83643;
background-color: #f83643;
/* Tailwind (arbitrary) */
class="text-[#f83643] bg-[#f83643]"
/* SCSS */
$brand: #f83643;
/* SwiftUI */
Color(red: 0.973, green: 0.212, blue: 0.263)
/* Android */
Color.parseColor("#f83643")Accessibility — WCAG contrast
Aa
#f83643 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f83643 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green21.2%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta78.2%
Yellow73.0%
Key (black)2.7%
Color previews
#f83643 text on a black background
contrast 5.60:1
Card sample
#f83643 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f83643;
Background color
Panel with #f83643 background
background-color: #f83643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f83643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 54, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 54, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f83643; background: linear-gradient(135deg, #f83643, #F8AA36);