#ff8b2f
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 139, 47
HSL
27°, 100%, 59%
CMYK
0, 46, 82, 0
Luminance
0.3993
Every format
| HEX | #ff8b2f |
| RGB | rgb(255, 139, 47) |
| HSL | hsl(27, 100%, 59%) |
| CMYK | cmyk(0%, 46%, 82%, 0%) |
| LAB | lab(69.4 38.1 64.5) |
| LCH | lch(69.4 74.9 59.5) |
| OKLCH | oklch(0.750 0.171 53.7) |
Copy-ready code
/* CSS */
color: #ff8b2f;
background-color: #ff8b2f;
/* Tailwind (arbitrary) */
class="text-[#ff8b2f] bg-[#ff8b2f]"
/* SCSS */
$brand: #ff8b2f;
/* SwiftUI */
Color(red: 1.000, green: 0.545, blue: 0.184)
/* Android */
Color.parseColor("#ff8b2f")Accessibility — WCAG contrast
Aa
#ff8b2f on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8b2f on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow81.6%
Key (black)0.0%
Color previews
#ff8b2f text on a black background
contrast 8.99:1
Card sample
#ff8b2f text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8b2f;
Background color
Panel with #ff8b2f background
background-color: #ff8b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 139, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 139, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8b2f; background: linear-gradient(135deg, #ff8b2f, #E8FF2F);