soft
Black and Copper
5.54:1 contrast ratio —
AAVisual Preview
#000000Black
#B87333Copper
The quick brown fox
Body text — Black on Copper
Supporting text at reduced opacity
Badge
Reversed — Copper on Black
Inverted combination preview
Contrast Analysis
Contrast Ratio
5.54:1
AAWCAG AA
✓ Pass
Requires 4.5:1
WCAG AA Large
✓ Pass
Requires 3:1
WCAG AAA
✗ Fail
Requires 7:1
Color Values
Black
Foreground (Text)
- HEX
- #000000
- RGB
- rgb(0, 0, 0)
- HSL
- hsl(0, 0%, 0%)
Copper
Background
- HEX
- #B87333
- RGB
- rgb(184, 115, 51)
- HSL
- hsl(29, 57%, 46%)
Design Use Cases
- Wellness apps
- Baby products
- Wedding stationery
- Beauty brands
- Lifestyle blogs
Industry Recommendations
Beauty & Cosmetics
Wedding
Baby Products
Lifestyle Blogs
Wellness
Color Psychology
The Black tone evokes sophistication, power, and elegance, while Copper brings earthiness, reliability, and warmth. Together, they create a balanced palette suited for compelling visual communication.
Palette Exports
:root {
--color-black: #000000;
--color-copper: #B87333;
}
.combo-black-copper {
color: var(--color-black);
background-color: var(--color-copper);
}Quick Snippets
CSS Variables
:root {
--color-black: #000000;
--color-copper: #B87333;
}Tailwind CSS
<div class="bg-amber-600 text-black"> Your content here </div>