#2f281c
a deep, soft orange · warm · closest name: black
RGB
47, 40, 28
HSL
38°, 25%, 15%
CMYK
0, 15, 40, 82
Luminance
0.0221
Every format
| HEX | #2f281c |
| RGB | rgb(47, 40, 28) |
| HSL | hsl(38, 25%, 15%) |
| CMYK | cmyk(0%, 15%, 40%, 82%) |
| LAB | lab(16.5 1.0 9.1) |
| LCH | lch(16.5 9.2 83.9) |
| OKLCH | oklch(0.281 0.023 80.9) |
Copy-ready code
/* CSS */
color: #2f281c;
background-color: #2f281c;
/* Tailwind (arbitrary) */
class="text-[#2f281c] bg-[#2f281c]"
/* SCSS */
$brand: #2f281c;
/* SwiftUI */
Color(red: 0.184, green: 0.157, blue: 0.110)
/* Android */
Color.parseColor("#2f281c")Accessibility — WCAG contrast
Aa
#2f281c on white: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f281c on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green15.7%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow40.4%
Key (black)81.6%
Color previews
#2f281c text on a black background
contrast 1.44:1
Card sample
#2f281c text on a white background
contrast 14.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f281c;
Background color
Panel with #2f281c background
background-color: #2f281c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f281c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 40, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 40, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f281c; background: linear-gradient(135deg, #2f281c, #292F1C);