#fb6c21
a balanced, electric orange · warm · closest name: chocolate
RGB
251, 108, 33
HSL
21°, 97%, 56%
CMYK
0, 57, 87, 2
Luminance
0.3134
Every format
| HEX | #fb6c21 |
| RGB | rgb(251, 108, 33) |
| HSL | hsl(21, 97%, 56%) |
| CMYK | cmyk(0%, 57%, 87%, 2%) |
| LAB | lab(62.8 51.3 63.8) |
| LCH | lch(62.8 81.8 51.2) |
| OKLCH | oklch(0.699 0.192 43.4) |
Copy-ready code
/* CSS */
color: #fb6c21;
background-color: #fb6c21;
/* Tailwind (arbitrary) */
class="text-[#fb6c21] bg-[#fb6c21]"
/* SCSS */
$brand: #fb6c21;
/* SwiftUI */
Color(red: 0.984, green: 0.424, blue: 0.129)
/* Android */
Color.parseColor("#fb6c21")Accessibility — WCAG contrast
Aa
#fb6c21 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb6c21 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green42.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow86.9%
Key (black)1.6%
Color previews
#fb6c21 text on a black background
contrast 7.27:1
Card sample
#fb6c21 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb6c21;
Background color
Panel with #fb6c21 background
background-color: #fb6c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb6c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 108, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 108, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb6c21; background: linear-gradient(135deg, #fb6c21, #F9FB21);