#ff615c
a light, electric red · warm · closest name: tomato
RGB
255, 97, 92
HSL
2°, 100%, 68%
CMYK
0, 62, 64, 0
Luminance
0.3058
Every format
| HEX | #ff615c |
| RGB | rgb(255, 97, 92) |
| HSL | hsl(2, 100%, 68%) |
| CMYK | cmyk(0%, 62%, 64%, 0%) |
| LAB | lab(62.2 59.8 35.0) |
| LCH | lch(62.2 69.2 30.3) |
| OKLCH | oklch(0.697 0.194 25.3) |
Copy-ready code
/* CSS */
color: #ff615c;
background-color: #ff615c;
/* Tailwind (arbitrary) */
class="text-[#ff615c] bg-[#ff615c]"
/* SCSS */
$brand: #ff615c;
/* SwiftUI */
Color(red: 1.000, green: 0.380, blue: 0.361)
/* Android */
Color.parseColor("#ff615c")Accessibility — WCAG contrast
Aa
#ff615c on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff615c on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.0%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow63.9%
Key (black)0.0%
Color previews
#ff615c text on a black background
contrast 7.12:1
Card sample
#ff615c text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff615c;
Background color
Panel with #ff615c background
background-color: #ff615c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff615c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 97, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 97, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff615c; background: linear-gradient(135deg, #ff615c, #FFCD5C);