#ff620c
a balanced, electric orange · warm · closest name: tomato
RGB
255, 98, 12
HSL
21°, 100%, 52%
CMYK
0, 62, 95, 0
Luminance
0.3002
Every format
| HEX | #ff620c |
| RGB | rgb(255, 98, 12) |
| HSL | hsl(21, 100%, 52%) |
| CMYK | cmyk(0%, 62%, 95%, 0%) |
| LAB | lab(61.7 56.8 68.9) |
| LCH | lch(61.7 89.3 50.5) |
| OKLCH | oklch(0.691 0.206 41.6) |
Copy-ready code
/* CSS */
color: #ff620c;
background-color: #ff620c;
/* Tailwind (arbitrary) */
class="text-[#ff620c] bg-[#ff620c]"
/* SCSS */
$brand: #ff620c;
/* SwiftUI */
Color(red: 1.000, green: 0.384, blue: 0.047)
/* Android */
Color.parseColor("#ff620c")Accessibility — WCAG contrast
Aa
#ff620c on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff620c on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow95.3%
Key (black)0.0%
Color previews
#ff620c text on a black background
contrast 7.00:1
Card sample
#ff620c text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff620c;
Background color
Panel with #ff620c background
background-color: #ff620c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff620c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 98, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 98, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff620c; background: linear-gradient(135deg, #ff620c, #FAFF0C);