#ff8f2c
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 143, 44
HSL
28°, 100%, 59%
CMYK
0, 44, 83, 0
Luminance
0.4109
Every format
| HEX | #ff8f2c |
| RGB | rgb(255, 143, 44) |
| HSL | hsl(28, 100%, 59%) |
| CMYK | cmyk(0%, 44%, 83%, 0%) |
| LAB | lab(70.2 36.0 66.3) |
| LCH | lch(70.2 75.5 61.5) |
| OKLCH | oklch(0.757 0.170 56.1) |
Copy-ready code
/* CSS */
color: #ff8f2c;
background-color: #ff8f2c;
/* Tailwind (arbitrary) */
class="text-[#ff8f2c] bg-[#ff8f2c]"
/* SCSS */
$brand: #ff8f2c;
/* SwiftUI */
Color(red: 1.000, green: 0.561, blue: 0.173)
/* Android */
Color.parseColor("#ff8f2c")Accessibility — WCAG contrast
Aa
#ff8f2c on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8f2c on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.1%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow82.7%
Key (black)0.0%
Color previews
#ff8f2c text on a black background
contrast 9.22:1
Card sample
#ff8f2c text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8f2c;
Background color
Panel with #ff8f2c background
background-color: #ff8f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 143, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 143, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8f2c; background: linear-gradient(135deg, #ff8f2c, #E2FF2C);