#ff612c
a balanced, electric orange · warm · closest name: tomato
RGB
255, 97, 44
HSL
15°, 100%, 59%
CMYK
0, 62, 83, 0
Luminance
0.2999
Every format
| HEX | #ff612c |
| RGB | rgb(255, 97, 44) |
| HSL | hsl(15, 100%, 59%) |
| CMYK | cmyk(0%, 62%, 83%, 0%) |
| LAB | lab(61.6 57.8 58.8) |
| LCH | lch(61.6 82.5 45.5) |
| OKLCH | oklch(0.691 0.203 37.7) |
Copy-ready code
/* CSS */
color: #ff612c;
background-color: #ff612c;
/* Tailwind (arbitrary) */
class="text-[#ff612c] bg-[#ff612c]"
/* SCSS */
$brand: #ff612c;
/* SwiftUI */
Color(red: 1.000, green: 0.380, blue: 0.173)
/* Android */
Color.parseColor("#ff612c")Accessibility — WCAG contrast
Aa
#ff612c on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff612c on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow82.7%
Key (black)0.0%
Color previews
#ff612c text on a black background
contrast 7.00:1
Card sample
#ff612c text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff612c;
Background color
Panel with #ff612c background
background-color: #ff612c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff612c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 97, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 97, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff612c; background: linear-gradient(135deg, #ff612c, #FFEE2C);