#fb8d21
a balanced, electric orange · warm · closest name: orange
RGB
251, 141, 33
HSL
30°, 97%, 56%
CMYK
0, 44, 87, 2
Luminance
0.3967
Every format
| HEX | #fb8d21 |
| RGB | rgb(251, 141, 33) |
| HSL | hsl(30, 97%, 56%) |
| CMYK | cmyk(0%, 44%, 87%, 2%) |
| LAB | lab(69.2 35.1 68.8) |
| LCH | lch(69.2 77.3 63.0) |
| OKLCH | oklch(0.748 0.170 57.6) |
Copy-ready code
/* CSS */
color: #fb8d21;
background-color: #fb8d21;
/* Tailwind (arbitrary) */
class="text-[#fb8d21] bg-[#fb8d21]"
/* SCSS */
$brand: #fb8d21;
/* SwiftUI */
Color(red: 0.984, green: 0.553, blue: 0.129)
/* Android */
Color.parseColor("#fb8d21")Accessibility — WCAG contrast
Aa
#fb8d21 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb8d21 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green55.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow86.9%
Key (black)1.6%
Color previews
#fb8d21 text on a black background
contrast 8.93:1
Card sample
#fb8d21 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb8d21;
Background color
Panel with #fb8d21 background
background-color: #fb8d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb8d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 141, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 141, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb8d21; background: linear-gradient(135deg, #fb8d21, #D8FB21);