#f34c59
a balanced, electric red · warm · closest name: crimson
RGB
243, 76, 89
HSL
355°, 87%, 63%
CMYK
0, 69, 63, 5
Luminance
0.2494
Every format
| HEX | #f34c59 |
| RGB | rgb(243, 76, 89) |
| HSL | hsl(355, 87%, 63%) |
| CMYK | cmyk(0%, 69%, 63%, 5%) |
| LAB | lab(57.0 64.1 29.8) |
| LCH | lch(57.0 70.7 24.9) |
| OKLCH | oklch(0.654 0.203 20.5) |
Copy-ready code
/* CSS */
color: #f34c59;
background-color: #f34c59;
/* Tailwind (arbitrary) */
class="text-[#f34c59] bg-[#f34c59]"
/* SCSS */
$brand: #f34c59;
/* SwiftUI */
Color(red: 0.953, green: 0.298, blue: 0.349)
/* Android */
Color.parseColor("#f34c59")Accessibility — WCAG contrast
Aa
#f34c59 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f34c59 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green29.8%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow63.4%
Key (black)4.7%
Color previews
#f34c59 text on a black background
contrast 5.99:1
Card sample
#f34c59 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34c59;
Background color
Panel with #f34c59 background
background-color: #f34c59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34c59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 76, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 76, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34c59; background: linear-gradient(135deg, #f34c59, #F3AE4C);