Sea Green
#2EB261
GreenColor Codes
All color formats for development
HEX
#2EB261RGB
rgb(46, 178, 97)HSL
hsl(143, 59%, 44%)OKLCH
oklch(0.675 0.163 151.6)CMYK
cmyk(74%, 0%, 46%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A157
2#258F4D
3#207D44
4#1C6B3A
5#175930
6#124727
7#0E361D
8#092413
9#05120A
Tints
Lighter variations
1#34C96D
2#49D07D
3#60D68D
4#77DC9E
5#8DE2AE
6#A4E8BE
7#BBEDCE
8#D2F3DF
9#E8F9EF
Tones
Muted variations
1#35AC62
2#3BA564
3#429F65
4#489867
5#4F9168
6#568B6A
7#5C846C
8#637D6D
9#6A776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7BC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA99 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D07C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB261 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6537 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114123 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F8EB;
--sea-green-200: #CAF1D9;
--sea-green-300: #A2E7BC;
--sea-green-400: #71DA99;
--sea-green-500: #49D07C;
--sea-green-600: #2EB261;
--sea-green-700: #258E4D;
--sea-green-800: #1A6537;
--sea-green-900: #114123;
--sea-green-950: #0A2916;
}