#ff8326
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 131, 38
HSL
26°, 100%, 58%
CMYK
0, 49, 85, 0
Luminance
0.3763
Every format
| HEX | #ff8326 |
| RGB | rgb(255, 131, 38) |
| HSL | hsl(26, 100%, 58%) |
| CMYK | cmyk(0%, 49%, 85%, 0%) |
| LAB | lab(67.8 41.8 66.3) |
| LCH | lch(67.8 78.4 57.8) |
| OKLCH | oklch(0.738 0.178 51.3) |
Copy-ready code
/* CSS */
color: #ff8326;
background-color: #ff8326;
/* Tailwind (arbitrary) */
class="text-[#ff8326] bg-[#ff8326]"
/* SCSS */
$brand: #ff8326;
/* SwiftUI */
Color(red: 1.000, green: 0.514, blue: 0.149)
/* Android */
Color.parseColor("#ff8326")Accessibility — WCAG contrast
Aa
#ff8326 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8326 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.4%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow85.1%
Key (black)0.0%
Color previews
#ff8326 text on a black background
contrast 8.53:1
Card sample
#ff8326 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8326;
Background color
Panel with #ff8326 background
background-color: #ff8326;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8326;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 131, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 131, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8326; background: linear-gradient(135deg, #ff8326, #EAFF26);