#3b261a
a deep, soft orange · warm · closest name: black
RGB
59, 38, 26
HSL
22°, 39%, 17%
CMYK
0, 36, 56, 77
Luminance
0.0239
Every format
| HEX | #3b261a |
| RGB | rgb(59, 38, 26) |
| HSL | hsl(22, 39%, 17%) |
| CMYK | cmyk(0%, 36%, 56%, 77%) |
| LAB | lab(17.4 8.2 11.9) |
| LCH | lch(17.4 14.5 55.5) |
| OKLCH | oklch(0.291 0.038 50.5) |
Copy-ready code
/* CSS */
color: #3b261a;
background-color: #3b261a;
/* Tailwind (arbitrary) */
class="text-[#3b261a] bg-[#3b261a]"
/* SCSS */
$brand: #3b261a;
/* SwiftUI */
Color(red: 0.231, green: 0.149, blue: 0.102)
/* Android */
Color.parseColor("#3b261a")Accessibility — WCAG contrast
Aa
#3b261a on white: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b261a on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green14.9%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow55.9%
Key (black)76.9%
Color previews
#3b261a text on a black background
contrast 1.48:1
Card sample
#3b261a text on a white background
contrast 14.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b261a;
Background color
Panel with #3b261a background
background-color: #3b261a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b261a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 38, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 38, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b261a; background: linear-gradient(135deg, #3b261a, #3A3B1A);