#fb620f
a balanced, electric orange · warm · closest name: tomato
RGB
251, 98, 15
HSL
21°, 97%, 52%
CMYK
0, 61, 94, 2
Luminance
0.2928
Every format
| HEX | #fb620f |
| RGB | rgb(251, 98, 15) |
| HSL | hsl(21, 97%, 52%) |
| CMYK | cmyk(0%, 61%, 94%, 2%) |
| LAB | lab(61.0 55.5 67.6) |
| LCH | lch(61.0 87.4 50.6) |
| OKLCH | oklch(0.685 0.202 41.9) |
Copy-ready code
/* CSS */
color: #fb620f;
background-color: #fb620f;
/* Tailwind (arbitrary) */
class="text-[#fb620f] bg-[#fb620f]"
/* SCSS */
$brand: #fb620f;
/* SwiftUI */
Color(red: 0.984, green: 0.384, blue: 0.059)
/* Android */
Color.parseColor("#fb620f")Accessibility — WCAG contrast
Aa
#fb620f on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb620f on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green38.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow94.0%
Key (black)1.6%
Color previews
#fb620f text on a black background
contrast 6.86:1
Card sample
#fb620f text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb620f;
Background color
Panel with #fb620f background
background-color: #fb620f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb620f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 98, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 98, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb620f; background: linear-gradient(135deg, #fb620f, #F7FB0F);