#ff6147
a balanced, electric red · warm · “tomato”
RGB
255, 97, 71
HSL
9°, 100%, 64%
CMYK
0, 62, 72, 0
Luminance
0.3026
Every format
| HEX | #ff6147 |
| RGB | rgb(255, 97, 71) |
| HSL | hsl(9, 100%, 64%) |
| CMYK | cmyk(0%, 62%, 72%, 0%) |
| LAB | lab(61.9 58.7 46.1) |
| LCH | lch(61.9 74.6 38.1) |
| OKLCH | oklch(0.694 0.197 31.7) |
Copy-ready code
/* CSS */
color: #ff6147;
background-color: #ff6147;
/* Tailwind (arbitrary) */
class="text-[#ff6147] bg-[#ff6147]"
/* SCSS */
$brand: #ff6147;
/* SwiftUI */
Color(red: 1.000, green: 0.380, blue: 0.278)
/* Android */
Color.parseColor("#ff6147")Accessibility — WCAG contrast
Aa
#ff6147 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6147 on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow72.2%
Key (black)0.0%
Color previews
#ff6147 text on a black background
contrast 7.05:1
Card sample
#ff6147 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6147;
Background color
Panel with #ff6147 background
background-color: #ff6147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 97, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 97, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6147; background: linear-gradient(135deg, #ff6147, #FFDC47);