#ff6044
a balanced, electric red · warm · “tomato”
RGB
255, 96, 68
HSL
9°, 100%, 63%
CMYK
0, 62, 73, 0
Luminance
0.3004
Every format
| HEX | #ff6044 |
| RGB | rgb(255, 96, 68) |
| HSL | hsl(9, 100%, 63%) |
| CMYK | cmyk(0%, 62%, 73%, 0%) |
| LAB | lab(61.7 59.0 47.4) |
| LCH | lch(61.7 75.7 38.8) |
| OKLCH | oklch(0.692 0.199 32.2) |
Copy-ready code
/* CSS */
color: #ff6044;
background-color: #ff6044;
/* Tailwind (arbitrary) */
class="text-[#ff6044] bg-[#ff6044]"
/* SCSS */
$brand: #ff6044;
/* SwiftUI */
Color(red: 1.000, green: 0.376, blue: 0.267)
/* Android */
Color.parseColor("#ff6044")Accessibility — WCAG contrast
Aa
#ff6044 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff6044 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green37.6%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow73.3%
Key (black)0.0%
Color previews
#ff6044 text on a black background
contrast 7.01:1
Card sample
#ff6044 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6044;
Background color
Panel with #ff6044 background
background-color: #ff6044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 96, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 96, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6044; background: linear-gradient(135deg, #ff6044, #FFDD44);