#ff6c47
a balanced, electric red · warm · closest name: tomato
RGB
255, 108, 71
HSL
12°, 100%, 64%
CMYK
0, 58, 72, 0
Luminance
0.3244
Every format
| HEX | #ff6c47 |
| RGB | rgb(255, 108, 71) |
| HSL | hsl(12, 100%, 64%) |
| CMYK | cmyk(0%, 58%, 72%, 0%) |
| LAB | lab(63.7 53.9 48.1) |
| LCH | lch(63.7 72.2 41.7) |
| OKLCH | oklch(0.708 0.187 35.3) |
Copy-ready code
/* CSS */
color: #ff6c47;
background-color: #ff6c47;
/* Tailwind (arbitrary) */
class="text-[#ff6c47] bg-[#ff6c47]"
/* SCSS */
$brand: #ff6c47;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.278)
/* Android */
Color.parseColor("#ff6c47")Accessibility — WCAG contrast
Aa
#ff6c47 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6c47 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow72.2%
Key (black)0.0%
Color previews
#ff6c47 text on a black background
contrast 7.49:1
Card sample
#ff6c47 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6c47;
Background color
Panel with #ff6c47 background
background-color: #ff6c47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6c47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6c47; background: linear-gradient(135deg, #ff6c47, #FFE747);