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