#2c1b07
a deep, vivid orange · warm · closest name: black
RGB
44, 27, 7
HSL
32°, 73%, 10%
CMYK
0, 39, 84, 83
Luminance
0.0133
Every format
| HEX | #2c1b07 |
| RGB | rgb(44, 27, 7) |
| HSL | hsl(32, 73%, 10%) |
| CMYK | cmyk(0%, 39%, 84%, 83%) |
| LAB | lab(11.5 5.9 14.4) |
| LCH | lch(11.5 15.6 67.6) |
| OKLCH | oklch(0.239 0.042 68.1) |
Copy-ready code
/* CSS */
color: #2c1b07;
background-color: #2c1b07;
/* Tailwind (arbitrary) */
class="text-[#2c1b07] bg-[#2c1b07]"
/* SCSS */
$brand: #2c1b07;
/* SwiftUI */
Color(red: 0.173, green: 0.106, blue: 0.027)
/* Android */
Color.parseColor("#2c1b07")Accessibility — WCAG contrast
Aa
#2c1b07 on white: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c1b07 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green10.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow84.1%
Key (black)82.7%
Color previews
#2c1b07 text on a black background
contrast 1.27:1
Card sample
#2c1b07 text on a white background
contrast 16.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c1b07;
Background color
Panel with #2c1b07 background
background-color: #2c1b07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c1b07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 27, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 27, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c1b07; background: linear-gradient(135deg, #2c1b07, #242C07);