#ff674b
a balanced, electric red · warm · “tomato”
RGB
255, 103, 75
HSL
9°, 100%, 65%
CMYK
0, 60, 71, 0
Luminance
0.3147
Every format
| HEX | #ff674b |
| RGB | rgb(255, 103, 75) |
| HSL | hsl(9, 100%, 65%) |
| CMYK | cmyk(0%, 60%, 71%, 0%) |
| LAB | lab(62.9 56.3 45.1) |
| LCH | lch(62.9 72.1 38.7) |
| OKLCH | oklch(0.702 0.191 32.5) |
Copy-ready code
/* CSS */
color: #ff674b;
background-color: #ff674b;
/* Tailwind (arbitrary) */
class="text-[#ff674b] bg-[#ff674b]"
/* SCSS */
$brand: #ff674b;
/* SwiftUI */
Color(red: 1.000, green: 0.404, blue: 0.294)
/* Android */
Color.parseColor("#ff674b")Accessibility — WCAG contrast
Aa
#ff674b on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff674b on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.4%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow70.6%
Key (black)0.0%
Color previews
#ff674b text on a black background
contrast 7.29:1
Card sample
#ff674b text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff674b;
Background color
Panel with #ff674b background
background-color: #ff674b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff674b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 103, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 103, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff674b; background: linear-gradient(135deg, #ff674b, #FFDF4B);