Sea Green
#126E4E
GreenColor Codes
All color formats for development
HEX
#126E4ERGB
rgb(18, 110, 78)HSL
hsl(159, 72%, 25%)OKLCH
oklch(0.479 0.097 163.6)CMYK
cmyk(84%, 0%, 29%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106346
2#0E583E
3#0C4D36
4#0B422F
5#093727
6#072C1F
7#052117
8#041610
9#020B08
Tints
Lighter variations
1#178F65
2#1DAF7C
3#22D093
4#3ADFA5
5#5BE4B4
6#7BEAC3
7#9CEFD2
8#BDF4E1
9#DEFAF0
Tones
Muted variations
1#16694C
2#1B644B
3#206049
4#245B48
5#295747
6#2D5245
7#324E44
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 #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD1 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4632 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E0FAF1;
--sea-green-200: #C6F6E5;
--sea-green-300: #9AEFD1;
--sea-green-400: #65E6B9;
--sea-green-500: #3ADFA5;
--sea-green-600: #1FC188;
--sea-green-700: #199A6D;
--sea-green-800: #126E4E;
--sea-green-900: #0B4632;
--sea-green-950: #072C1F;
}