Sea Green
#2AB743
GreenColor Codes
All color formats for development
HEX
#2AB743RGB
rgb(42, 183, 67)HSL
hsl(131, 63%, 44%)OKLCH
oklch(0.683 0.195 145.5)CMYK
cmyk(77%, 0%, 63%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A53D
2#219236
3#1D802F
4#196E28
5#155B22
6#11491B
7#0C3714
8#08250D
9#041207
Tints
Lighter variations
1#2FCE4C
2#45D55F
3#5CDA73
4#73DF87
5#8BE59B
6#A2EAAF
7#B9EFC3
8#D0F4D7
9#E8FAEB
Tones
Muted variations
1#31B048
2#38A94C
3#3FA251
4#469B55
5#4D945A
6#548C5E
7#5B8563
8#627E67
9#69776C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE82 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB743 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219136 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186826 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF4;
--sea-green-100: #E2F8E6;
--sea-green-200: #C9F3D1;
--sea-green-300: #9FE9AD;
--sea-green-400: #6EDE82;
--sea-green-500: #44D55E;
--sea-green-600: #2AB743;
--sea-green-700: #219136;
--sea-green-800: #186826;
--sea-green-900: #0F4319;
--sea-green-950: #092A0F;
}