#ff655c
a light, electric red · warm · closest name: tomato
RGB
255, 101, 92
HSL
3°, 100%, 68%
CMYK
0, 60, 64, 0
Luminance
0.3134
Every format
| HEX | #ff655c |
| RGB | rgb(255, 101, 92) |
| HSL | hsl(3, 100%, 68%) |
| CMYK | cmyk(0%, 60%, 64%, 0%) |
| LAB | lab(62.8 58.0 35.8) |
| LCH | lch(62.8 68.2 31.6) |
| OKLCH | oklch(0.702 0.190 26.4) |
Copy-ready code
/* CSS */
color: #ff655c;
background-color: #ff655c;
/* Tailwind (arbitrary) */
class="text-[#ff655c] bg-[#ff655c]"
/* SCSS */
$brand: #ff655c;
/* SwiftUI */
Color(red: 1.000, green: 0.396, blue: 0.361)
/* Android */
Color.parseColor("#ff655c")Accessibility — WCAG contrast
Aa
#ff655c on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff655c on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green39.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow63.9%
Key (black)0.0%
Color previews
#ff655c text on a black background
contrast 7.27:1
Card sample
#ff655c text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff655c;
Background color
Panel with #ff655c background
background-color: #ff655c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff655c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 101, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 101, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff655c; background: linear-gradient(135deg, #ff655c, #FFD25C);