Sea Green
#156A5E
CyanColor Codes
All color formats for development
HEX
#156A5ERGB
rgb(21, 106, 94)HSL
hsl(172, 67%, 25%)OKLCH
oklch(0.473 0.079 180.8)CMYK
cmyk(80%, 0%, 11%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136056
2#11554C
3#0F4B43
4#0D4039
5#0B3530
6#082B26
7#06201D
8#041513
9#020B0A
Tints
Lighter variations
1#1B8A7C
2#22AA98
3#28CAB5
4#3FD9C5
5#5FDFCE
6#7FE6D8
7#9FECE2
8#BFF2EC
9#DFF9F5
Tones
Muted variations
1#19665C
2#1E6259
3#225E56
4#265953
5#2A554F
6#2F514C
7#334D49
8#374846
9#3B4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFB;
--sea-green-100: #E1F9F6;
--sea-green-200: #C8F4EE;
--sea-green-300: #9DECE1;
--sea-green-400: #6AE2D2;
--sea-green-500: #3FD9C5;
--sea-green-600: #25BBA7;
--sea-green-700: #1D9585;
--sea-green-800: #156A5F;
--sea-green-900: #0D443D;
--sea-green-950: #082B26;
}