Sea Green
#126E4A
GreenColor Codes
All color formats for development
HEX
#126E4ARGB
rgb(18, 110, 74)HSL
hsl(157, 72%, 25%)OKLCH
oklch(0.478 0.1 160.9)CMYK
cmyk(84%, 0%, 33%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106343
2#0E583C
3#0C4D34
4#0B422D
5#093725
6#072C1E
7#052116
8#04160F
9#020B07
Tints
Lighter variations
1#178F61
2#1DAF77
3#22D08D
4#3ADFA0
5#5BE4AF
6#7BEABF
7#9CEFCF
8#BDF4DF
9#DEFAEF
Tones
Muted variations
1#166949
2#1B6448
3#206047
4#245B46
5#295745
6#2D5244
7#324E43
8#374942
9#3B4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCE | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6B5 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC183 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4630 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E0FAF0;
--sea-green-200: #C6F6E3;
--sea-green-300: #9AEFCE;
--sea-green-400: #65E6B5;
--sea-green-500: #3ADFA0;
--sea-green-600: #1FC183;
--sea-green-700: #199A68;
--sea-green-800: #126E4A;
--sea-green-900: #0B4630;
--sea-green-950: #072C1E;
}