Sea Green
#126D4C
GreenColor Codes
All color formats for development
HEX
#126D4CRGB
rgb(18, 109, 76)HSL
hsl(158, 72%, 25%)OKLCH
oklch(0.476 0.097 162.7)CMYK
cmyk(83%, 0%, 30%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106344
2#0E583D
3#0C4D35
4#0B422E
5#093726
6#072C1E
7#052117
8#04160F
9#020B08
Tints
Lighter variations
1#178F63
2#1DAF7A
3#22D090
4#3ADFA2
5#5BE4B2
6#7BEAC1
7#9CEFD1
8#BDF4E0
9#DEFAF0
Tones
Muted variations
1#16694B
2#1B644A
3#206048
4#245B47
5#295746
6#2D5245
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 #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD0 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6B7 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4631 | 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: #E0FAF1;
--sea-green-200: #C6F6E4;
--sea-green-300: #9AEFD0;
--sea-green-400: #65E6B7;
--sea-green-500: #3ADFA2;
--sea-green-600: #1FC186;
--sea-green-700: #199A6A;
--sea-green-800: #126E4C;
--sea-green-900: #0B4631;
--sea-green-950: #072C1E;
}