#fb7b13
a balanced, electric orange · warm · closest name: chocolate
RGB
251, 123, 19
HSL
27°, 97%, 53%
CMYK
0, 51, 92, 2
Luminance
0.3472
Every format
| HEX | #fb7b13 |
| RGB | rgb(251, 123, 19) |
| HSL | hsl(27, 97%, 53%) |
| CMYK | cmyk(0%, 51%, 92%, 2%) |
| LAB | lab(65.5 43.9 69.7) |
| LCH | lch(65.5 82.4 57.8) |
| OKLCH | oklch(0.719 0.183 50.7) |
Copy-ready code
/* CSS */
color: #fb7b13;
background-color: #fb7b13;
/* Tailwind (arbitrary) */
class="text-[#fb7b13] bg-[#fb7b13]"
/* SCSS */
$brand: #fb7b13;
/* SwiftUI */
Color(red: 0.984, green: 0.482, blue: 0.075)
/* Android */
Color.parseColor("#fb7b13")Accessibility — WCAG contrast
Aa
#fb7b13 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb7b13 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green48.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow92.4%
Key (black)1.6%
Color previews
#fb7b13 text on a black background
contrast 7.94:1
Card sample
#fb7b13 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb7b13;
Background color
Panel with #fb7b13 background
background-color: #fb7b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb7b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 123, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 123, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb7b13; background: linear-gradient(135deg, #fb7b13, #E0FB13);