Sea Green
#2EB267
GreenColor Codes
All color formats for development
HEX
#2EB267RGB
rgb(46, 178, 103)HSL
hsl(146, 59%, 44%)OKLCH
oklch(0.676 0.157 153.3)CMYK
cmyk(74%, 0%, 42%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A15D
2#258F53
3#207D48
4#1C6B3E
5#175934
6#124729
7#0E361F
8#092415
9#05120A
Tints
Lighter variations
1#34C975
2#49D084
3#60D693
4#77DCA3
5#8DE2B2
6#A4E8C1
7#BBEDD1
8#D2F3E0
9#E8F9F0
Tones
Muted variations
1#35AC68
2#3BA569
3#429F6A
4#48986B
5#4F916C
6#568B6D
7#5C846E
8#637D6E
9#6A776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C0 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D083 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB267 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F8EC;
--sea-green-200: #CAF1DB;
--sea-green-300: #A2E7C0;
--sea-green-400: #71DA9F;
--sea-green-500: #49D083;
--sea-green-600: #2EB267;
--sea-green-700: #258E52;
--sea-green-800: #1A653B;
--sea-green-900: #114126;
--sea-green-950: #0A2917;
}