#2b261f
a deep, soft orange · warm · closest name: black
RGB
43, 38, 31
HSL
35°, 16%, 15%
CMYK
0, 12, 28, 83
Luminance
0.0200
Every format
| HEX | #2b261f |
| RGB | rgb(43, 38, 31) |
| HSL | hsl(35, 16%, 15%) |
| CMYK | cmyk(0%, 12%, 28%, 83%) |
| LAB | lab(15.5 0.9 5.5) |
| LCH | lch(15.5 5.6 81.0) |
| OKLCH | oklch(0.272 0.015 76.3) |
Copy-ready code
/* CSS */
color: #2b261f;
background-color: #2b261f;
/* Tailwind (arbitrary) */
class="text-[#2b261f] bg-[#2b261f]"
/* SCSS */
$brand: #2b261f;
/* SwiftUI */
Color(red: 0.169, green: 0.149, blue: 0.122)
/* Android */
Color.parseColor("#2b261f")Accessibility — WCAG contrast
Aa
#2b261f on white: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b261f on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green14.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow27.9%
Key (black)83.1%
Color previews
#2b261f text on a black background
contrast 1.40:1
Card sample
#2b261f text on a white background
contrast 15.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b261f;
Background color
Panel with #2b261f background
background-color: #2b261f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b261f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 38, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 38, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b261f; background: linear-gradient(135deg, #2b261f, #282B1F);