Sea Green
#126E51
GreenColor Codes
All color formats for development
HEX
#126E51RGB
rgb(18, 110, 81)HSL
hsl(161, 72%, 25%)OKLCH
oklch(0.48 0.094 165.8)CMYK
cmyk(84%, 0%, 26%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106349
2#0E5840
3#0C4D38
4#0B4230
5#093728
6#072C20
7#052118
8#041610
9#020B08
Tints
Lighter variations
1#178F69
2#1DAF81
3#22D099
4#3ADFAB
5#5BE4B9
6#7BEAC7
7#9CEFD5
8#BDF4E3
9#DEFAF1
Tones
Muted variations
1#16694F
2#1B644D
3#20604C
4#245B4A
5#295748
6#2D5246
7#324E45
8#374943
9#3B4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD4 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6BD | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC18E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4634 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E0FAF2;
--sea-green-200: #C6F6E7;
--sea-green-300: #9AEFD4;
--sea-green-400: #65E6BD;
--sea-green-500: #3ADFAB;
--sea-green-600: #1FC18E;
--sea-green-700: #199A71;
--sea-green-800: #126E51;
--sea-green-900: #0B4634;
--sea-green-950: #072C20;
}