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