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