Sea Green
#2AB741
GreenColor Codes
All color formats for development
HEX
#2AB741RGB
rgb(42, 183, 65)HSL
hsl(130, 63%, 44%)OKLCH
oklch(0.683 0.197 145.2)CMYK
cmyk(77%, 0%, 64%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A53B
2#219234
3#1D802E
4#196E27
5#155B21
6#11491A
7#0C3714
8#08250D
9#041207
Tints
Lighter variations
1#2FCE49
2#45D55D
3#5CDA71
4#73DF85
5#8BE59A
6#A2EAAE
7#B9EFC2
8#D0F4D6
9#E8FAEB
Tones
Muted variations
1#31B046
2#38A94B
3#3FA24F
4#469B54
5#4D9459
6#548C5D
7#5B8562
8#627E67
9#69776B
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 #C9F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE80 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB741 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219134 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186825 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4318 | 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: #C9F3D0;
--sea-green-300: #9FE9AC;
--sea-green-400: #6EDE80;
--sea-green-500: #44D55C;
--sea-green-600: #2AB741;
--sea-green-700: #219134;
--sea-green-800: #186825;
--sea-green-900: #0F4318;
--sea-green-950: #092A0F;
}