#3b261e
a deep, soft orange · warm · closest name: black
RGB
59, 38, 30
HSL
17°, 33%, 18%
CMYK
0, 36, 49, 77
Luminance
0.0241
Every format
| HEX | #3b261e |
| RGB | rgb(59, 38, 30) |
| HSL | hsl(17, 33%, 18%) |
| CMYK | cmyk(0%, 36%, 49%, 77%) |
| LAB | lab(17.5 8.7 9.3) |
| LCH | lch(17.5 12.8 46.8) |
| OKLCH | oklch(0.292 0.035 41.7) |
Copy-ready code
/* CSS */
color: #3b261e;
background-color: #3b261e;
/* Tailwind (arbitrary) */
class="text-[#3b261e] bg-[#3b261e]"
/* SCSS */
$brand: #3b261e;
/* SwiftUI */
Color(red: 0.231, green: 0.149, blue: 0.118)
/* Android */
Color.parseColor("#3b261e")Accessibility — WCAG contrast
Aa
#3b261e on white: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b261e on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green14.9%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow49.2%
Key (black)76.9%
Color previews
#3b261e text on a black background
contrast 1.48:1
Card sample
#3b261e text on a white background
contrast 14.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b261e;
Background color
Panel with #3b261e background
background-color: #3b261e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b261e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 38, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 38, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b261e; background: linear-gradient(135deg, #3b261e, #3B3A1E);