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