#ff613c
a balanced, electric red · warm · closest name: tomato
RGB
255, 97, 60
HSL
11°, 100%, 62%
CMYK
0, 62, 77, 0
Luminance
0.3014
Every format
| HEX | #ff613c |
| RGB | rgb(255, 97, 60) |
| HSL | hsl(11, 100%, 62%) |
| CMYK | cmyk(0%, 62%, 77%, 0%) |
| LAB | lab(61.8 58.3 51.6) |
| LCH | lch(61.8 77.8 41.5) |
| OKLCH | oklch(0.693 0.200 34.5) |
Copy-ready code
/* CSS */
color: #ff613c;
background-color: #ff613c;
/* Tailwind (arbitrary) */
class="text-[#ff613c] bg-[#ff613c]"
/* SCSS */
$brand: #ff613c;
/* SwiftUI */
Color(red: 1.000, green: 0.380, blue: 0.235)
/* Android */
Color.parseColor("#ff613c")Accessibility — WCAG contrast
Aa
#ff613c on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff613c on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow76.5%
Key (black)0.0%
Color previews
#ff613c text on a black background
contrast 7.03:1
Card sample
#ff613c text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff613c;
Background color
Panel with #ff613c background
background-color: #ff613c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff613c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 97, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 97, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff613c; background: linear-gradient(135deg, #ff613c, #FFE33C);