Sea Green
#126D5E
CyanColor Codes
All color formats for development
HEX
#126D5ERGB
rgb(18, 109, 94)HSL
hsl(170, 72%, 25%)OKLCH
oklch(0.481 0.083 178.2)CMYK
cmyk(83%, 0%, 14%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106355
2#0E584B
3#0C4D42
4#0B4239
5#09372F
6#072C26
7#05211C
8#041613
9#020B09
Tints
Lighter variations
1#178F7B
2#1DAF97
3#22D0B3
4#3ADFC3
5#5BE4CD
6#7BEAD7
7#9CEFE1
8#BDF4EB
9#DEFAF5
Tones
Muted variations
1#16695B
2#1B6458
3#206055
4#245B52
5#29574F
6#2D524C
7#324E49
8#374946
9#3B4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE1 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDFB;
--sea-green-100: #E0FAF6;
--sea-green-200: #C6F6EE;
--sea-green-300: #9AEFE1;
--sea-green-400: #65E6D1;
--sea-green-500: #3ADFC3;
--sea-green-600: #1FC1A6;
--sea-green-700: #199A84;
--sea-green-800: #126E5E;
--sea-green-900: #0B463C;
--sea-green-950: #072C26;
}