Sea Green
#126E4F
GreenColor Codes
All color formats for development
HEX
#126E4FRGB
rgb(18, 110, 79)HSL
hsl(160, 72%, 25%)OKLCH
oklch(0.479 0.096 164.3)CMYK
cmyk(84%, 0%, 28%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106347
2#0E583F
3#0C4D37
4#0B422F
5#093728
6#072C20
7#052118
8#041610
9#020B08
Tints
Lighter variations
1#178F67
2#1DAF7E
3#22D096
4#3ADFA8
5#5BE4B6
6#7BEAC5
7#9CEFD3
8#BDF4E2
9#DEFAF0
Tones
Muted variations
1#16694E
2#1B644C
3#20604A
4#245B49
5#295747
6#2D5246
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 #C6F6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD2 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6BB | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC18B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4633 | 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: #E0FAF1;
--sea-green-200: #C6F6E6;
--sea-green-300: #9AEFD2;
--sea-green-400: #65E6BB;
--sea-green-500: #3ADFA8;
--sea-green-600: #1FC18B;
--sea-green-700: #199A6F;
--sea-green-800: #126E4F;
--sea-green-900: #0B4633;
--sea-green-950: #072C20;
}