Sea Green
#156A4D
GreenColor Codes
All color formats for development
HEX
#156A4DRGB
rgb(21, 106, 77)HSL
hsl(160, 67%, 25%)OKLCH
oklch(0.468 0.091 164.7)CMYK
cmyk(80%, 0%, 27%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136046
2#11553E
3#0F4B37
4#0D402F
5#0B3527
6#082B1F
7#062017
8#041510
9#020B08
Tints
Lighter variations
1#1B8A65
2#22AA7D
3#28CA94
4#3FD9A6
5#5FDFB5
6#7FE6C4
7#9FECD2
8#BFF2E1
9#DFF9F0
Tones
Muted variations
1#19664D
2#1E624B
3#225E4A
4#265948
5#2A5547
6#2F5145
7#334D44
8#374843
9#3B4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2BA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D956D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4432 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF9;
--sea-green-100: #E1F9F1;
--sea-green-200: #C8F4E5;
--sea-green-300: #9DECD1;
--sea-green-400: #6AE2BA;
--sea-green-500: #3FD9A6;
--sea-green-600: #25BB89;
--sea-green-700: #1D956D;
--sea-green-800: #156A4E;
--sea-green-900: #0D4432;
--sea-green-950: #082B1F;
}