Sea Green
#2AB746
GreenColor Codes
All color formats for development
HEX
#2AB746RGB
rgb(42, 183, 70)HSL
hsl(132, 63%, 44%)OKLCH
oklch(0.684 0.193 145.9)CMYK
cmyk(77%, 0%, 62%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A53F
2#219238
3#1D8031
4#196E2A
5#155B23
6#11491C
7#0C3715
8#08250E
9#041207
Tints
Lighter variations
1#2FCE4F
2#45D562
3#5CDA75
4#73DF89
5#8BE59D
6#A2EAB0
7#B9EFC4
8#D0F4D8
9#E8FAEB
Tones
Muted variations
1#31B04A
2#38A94E
3#3FA253
4#469B57
5#4D945B
6#548C5F
7#5B8563
8#627E68
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 #9FE9AE | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE84 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D561 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB746 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219138 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186828 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | 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: #9FE9AE;
--sea-green-400: #6EDE84;
--sea-green-500: #44D561;
--sea-green-600: #2AB746;
--sea-green-700: #219138;
--sea-green-800: #186828;
--sea-green-900: #0F4319;
--sea-green-950: #092A10;
}