#ff601b
a balanced, electric orange · warm · closest name: tomato
RGB
255, 96, 27
HSL
18°, 100%, 55%
CMYK
0, 62, 89, 0
Luminance
0.2970
Every format
| HEX | #ff601b |
| RGB | rgb(255, 96, 27) |
| HSL | hsl(18, 100%, 55%) |
| CMYK | cmyk(0%, 62%, 89%, 0%) |
| LAB | lab(61.4 57.9 65.0) |
| LCH | lch(61.4 87.0 48.3) |
| OKLCH | oklch(0.689 0.206 39.8) |
Copy-ready code
/* CSS */
color: #ff601b;
background-color: #ff601b;
/* Tailwind (arbitrary) */
class="text-[#ff601b] bg-[#ff601b]"
/* SCSS */
$brand: #ff601b;
/* SwiftUI */
Color(red: 1.000, green: 0.376, blue: 0.106)
/* Android */
Color.parseColor("#ff601b")Accessibility — WCAG contrast
Aa
#ff601b on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff601b on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green37.6%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow89.4%
Key (black)0.0%
Color previews
#ff601b text on a black background
contrast 6.94:1
Card sample
#ff601b text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff601b;
Background color
Panel with #ff601b background
background-color: #ff601b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff601b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 96, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 96, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff601b; background: linear-gradient(135deg, #ff601b, #FFF81B);