#fb5f21
a balanced, electric orange · warm · closest name: tomato
RGB
251, 95, 33
HSL
17°, 97%, 56%
CMYK
0, 62, 87, 2
Luminance
0.2880
Every format
| HEX | #fb5f21 |
| RGB | rgb(251, 95, 33) |
| HSL | hsl(17, 97%, 56%) |
| CMYK | cmyk(0%, 62%, 87%, 2%) |
| LAB | lab(60.6 57.0 62.1) |
| LCH | lch(60.6 84.3 47.4) |
| OKLCH | oklch(0.682 0.203 39.2) |
Copy-ready code
/* CSS */
color: #fb5f21;
background-color: #fb5f21;
/* Tailwind (arbitrary) */
class="text-[#fb5f21] bg-[#fb5f21]"
/* SCSS */
$brand: #fb5f21;
/* SwiftUI */
Color(red: 0.984, green: 0.373, blue: 0.129)
/* Android */
Color.parseColor("#fb5f21")Accessibility — WCAG contrast
Aa
#fb5f21 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb5f21 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green37.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow86.9%
Key (black)1.6%
Color previews
#fb5f21 text on a black background
contrast 6.76:1
Card sample
#fb5f21 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb5f21;
Background color
Panel with #fb5f21 background
background-color: #fb5f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb5f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 95, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 95, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb5f21; background: linear-gradient(135deg, #fb5f21, #FBF121);