Sea Green
#2AB74F
GreenColor Codes
All color formats for development
HEX
#2AB74FRGB
rgb(42, 183, 79)HSL
hsl(136, 63%, 44%)OKLCH
oklch(0.685 0.186 147.4)CMYK
cmyk(77%, 0%, 57%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A547
2#21923F
3#1D8037
4#196E30
5#155B28
6#114920
7#0C3718
8#082510
9#041208
Tints
Lighter variations
1#2FCE59
2#45D56B
3#5CDA7E
4#73DF90
5#8BE5A3
6#A2EAB5
7#B9EFC8
8#D0F4DA
9#E8FAED
Tones
Muted variations
1#31B053
2#38A956
3#3FA259
4#469B5C
5#4D9460
6#548C63
7#5B8566
8#627E6A
9#69776D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8C | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E2F8E8;
--sea-green-200: #C9F3D4;
--sea-green-300: #9FE9B3;
--sea-green-400: #6EDE8C;
--sea-green-500: #44D56B;
--sea-green-600: #2AB74F;
--sea-green-700: #21913F;
--sea-green-800: #18682D;
--sea-green-900: #0F431D;
--sea-green-950: #092A12;
}