Sea Green
#2AB759
GreenColor Codes
All color formats for development
HEX
#2AB759RGB
rgb(42, 183, 89)HSL
hsl(140, 63%, 44%)OKLCH
oklch(0.686 0.177 149.4)CMYK
cmyk(77%, 0%, 51%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A550
2#219247
3#1D803E
4#196E35
5#155B2C
6#114923
7#0C371B
8#082512
9#041209
Tints
Lighter variations
1#2FCE64
2#45D575
3#5CDA86
4#73DF97
5#8BE5A9
6#A2EABA
7#B9EFCB
8#D0F4DC
9#E8FAEE
Tones
Muted variations
1#31B05B
2#38A95D
3#3FA260
4#469B62
5#4D9464
6#548C67
7#5B8569
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 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE93 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D574 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219147 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186832 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4320 | 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: #C9F3D7;
--sea-green-300: #9FE9B8;
--sea-green-400: #6EDE93;
--sea-green-500: #44D574;
--sea-green-600: #2AB759;
--sea-green-700: #219147;
--sea-green-800: #186832;
--sea-green-900: #0F4320;
--sea-green-950: #092A14;
}