vibrant
Black and Aquamarine
17.16:1 contrast ratio —
AAAVisual Preview
#000000Black
#7FFFD4Aquamarine
The quick brown fox
Body text — Black on Aquamarine
Supporting text at reduced opacity
Badge
Reversed — Aquamarine on Black
Inverted combination preview
Contrast Analysis
Contrast Ratio
17.16:1
AAAWCAG AA
✓ Pass
Requires 4.5:1
WCAG AA Large
✓ Pass
Requires 3:1
WCAG AAA
✓ Pass
Requires 7:1
Color Values
Black
Foreground (Text)
- HEX
- #000000
- RGB
- rgb(0, 0, 0)
- HSL
- hsl(0, 0%, 0%)
Aquamarine
Background
- HEX
- #7FFFD4
- RGB
- rgb(127, 255, 212)
- HSL
- hsl(160, 100%, 75%)
Design Use Cases
- Accessibility-critical text
- Body copy
- Public sector services
- Medical content
Industry Recommendations
Technology
Healthcare Tech
Travel
Aquatics
Innovation
Color Psychology
The Black tone evokes sophistication, power, and elegance, while Aquamarine brings balance, tranquility, and clarity. Together, they create a balanced palette suited for compelling visual communication.
Palette Exports
:root {
--color-black: #000000;
--color-aquamarine: #7FFFD4;
}
.combo-black-aquamarine {
color: var(--color-black);
background-color: var(--color-aquamarine);
}Quick Snippets
CSS Variables
:root {
--color-black: #000000;
--color-aquamarine: #7FFFD4;
}Tailwind CSS
<div class="bg-teal-200 text-black"> Your content here </div>