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