Sea Green
#2AB756
GreenColor Codes
All color formats for development
HEX
#2AB756RGB
rgb(42, 183, 86)HSL
hsl(139, 63%, 44%)OKLCH
oklch(0.686 0.18 148.7)CMYK
cmyk(77%, 0%, 53%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A54E
2#219245
3#1D803C
4#196E34
5#155B2B
6#114923
7#0C371A
8#082511
9#041209
Tints
Lighter variations
1#2FCE61
2#45D572
3#5CDA84
4#73DF96
5#8BE5A7
6#A2EAB9
7#B9EFCA
8#D0F4DC
9#E8FAED
Tones
Muted variations
1#31B059
2#38A95B
3#3FA25E
4#469B61
5#4D9463
6#548C66
7#5B8568
8#627E6B
9#69776E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE91 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D572 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB756 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219145 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186831 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E2F8E9;
--sea-green-200: #C9F3D6;
--sea-green-300: #9FE9B7;
--sea-green-400: #6EDE91;
--sea-green-500: #44D572;
--sea-green-600: #2AB756;
--sea-green-700: #219145;
--sea-green-800: #186831;
--sea-green-900: #0F431F;
--sea-green-950: #092A14;
}