#f55352
a balanced, electric red · warm · closest name: tomato
RGB
245, 83, 82
HSL
0°, 89%, 64%
CMYK
0, 66, 67, 4
Luminance
0.2621
Every format
| HEX | #f55352 |
| RGB | rgb(245, 83, 82) |
| HSL | hsl(0, 89%, 64%) |
| CMYK | cmyk(0%, 66%, 67%, 4%) |
| LAB | lab(58.2 61.7 35.4) |
| LCH | lch(58.2 71.1 29.8) |
| OKLCH | oklch(0.664 0.199 24.6) |
Copy-ready code
/* CSS */
color: #f55352;
background-color: #f55352;
/* Tailwind (arbitrary) */
class="text-[#f55352] bg-[#f55352]"
/* SCSS */
$brand: #f55352;
/* SwiftUI */
Color(red: 0.961, green: 0.325, blue: 0.322)
/* Android */
Color.parseColor("#f55352")Accessibility — WCAG contrast
Aa
#f55352 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f55352 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green32.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta66.1%
Yellow66.5%
Key (black)3.9%
Color previews
#f55352 text on a black background
contrast 6.24:1
Card sample
#f55352 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f55352;
Background color
Panel with #f55352 background
background-color: #f55352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f55352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 83, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 83, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f55352; background: linear-gradient(135deg, #f55352, #F5C052);