#ff6449
a balanced, electric red · warm · “tomato”
RGB
255, 100, 73
HSL
9°, 100%, 64%
CMYK
0, 61, 71, 0
Luminance
0.3086
Every format
| HEX | #ff6449 |
| RGB | rgb(255, 100, 73) |
| HSL | hsl(9, 100%, 64%) |
| CMYK | cmyk(0%, 61%, 71%, 0%) |
| LAB | lab(62.4 57.5 45.6) |
| LCH | lch(62.4 73.4 38.4) |
| OKLCH | oklch(0.698 0.194 32.1) |
Copy-ready code
/* CSS */
color: #ff6449;
background-color: #ff6449;
/* Tailwind (arbitrary) */
class="text-[#ff6449] bg-[#ff6449]"
/* SCSS */
$brand: #ff6449;
/* SwiftUI */
Color(red: 1.000, green: 0.392, blue: 0.286)
/* Android */
Color.parseColor("#ff6449")Accessibility — WCAG contrast
Aa
#ff6449 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6449 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green39.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow71.4%
Key (black)0.0%
Color previews
#ff6449 text on a black background
contrast 7.17:1
Card sample
#ff6449 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6449;
Background color
Panel with #ff6449 background
background-color: #ff6449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 100, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 100, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6449; background: linear-gradient(135deg, #ff6449, #FFDD49);