ForestGreen and Indigo
Split-Complementary color combination with 3.19:1 contrast ratio
Color Values
#228B2234, 139, 34120, 61%, 34%#38028256, 2, 130265, 97%, 26%Harmony: Split-Complementary
This is a split-complementary pairing: one color paired with the two neighbors of its complement. It offers most of the contrast of a complementary scheme with less tension, making it easier to balance.
The hue angle between ForestGreen and Indigo is 145 degrees. You can explore these relationships interactively in our Color Wheel Tool.
WCAG Contrast
UI Preview
ForestGreen surface
Sample text on a forestgreen background demonstrates readability and visual hierarchy.
Indigo surface
Sample text on a indigo background demonstrates readability and visual hierarchy.
Design Tokens
CSS Variables
:root {
--color-a: #228B22;
--color-b: #380282;
--color-a-rgb: 34, 139, 34;
--color-b-rgb: 56, 2, 130;
}JSON
{
"name": "ForestGreen and Indigo",
"colors": [
{
"name": "ForestGreen",
"hex": "#228B22",
"rgb": [
34,
139,
34
]
},
{
"name": "Indigo",
"hex": "#380282",
"rgb": [
56,
2,
130
]
}
],
"harmony": "Split-Complementary",
"contrastRatio": 3.19
}Related Combinations
Explore These Colors
Frequently Asked Questions
Do forestgreen and indigo go together?
Yes. ForestGreen and Indigo form a split-complementary color combination. This is a split-complementary pairing: one color paired with the two neighbors of its complement. It offers most of the contrast of a complementary scheme with less tension, making it easier to balance. The pairing has a WCAG contrast ratio of 3.19:1, which passes AA for large text but not for body text.
What is the contrast ratio between forestgreen and indigo?
The WCAG 2.1 contrast ratio between ForestGreen (#228B22) and Indigo (#380282) is 3.19:1. This passes AA for large text (18pt+ or 14pt+ bold) but not for normal-sized body text.
How do I use forestgreen and indigo in design?
A safe starting point is the 60/30/10 rule: give one color about 60 percent of the surface area, the other about 30 percent, and reserve the remaining 10 percent for an accent or neutral. If one color is significantly darker, use it for text or structural elements and the lighter one for backgrounds. Test the result with our Contrast Checker if text is involved.
What are the hex and RGB values for forestgreen and indigo?
ForestGreen has the hex code #228B22 and RGB values rgb(34, 139, 34). Indigo has the hex code #380282 and RGB values rgb(56, 2, 130). You can copy these directly into CSS or use the design tokens provided on this page.