Sea Green
#13A06C
GreenColor Codes
All color formats for development
HEX
#13A06CRGB
rgb(19, 160, 108)HSL
hsl(158, 79%, 35%)OKLCH
oklch(0.625 0.136 160.9)CMYK
cmyk(88%, 0%, 32%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119061
2#0F8056
3#0D704C
4#0B6041
5#095036
6#07402B
7#063020
8#042016
9#02100B
Tints
Lighter variations
1#16BD80
2#1ADB94
3#2FE7A3
4#4DEAB1
5#6BEEBE
6#88F1CB
7#A6F5D8
8#C4F8E5
9#E1FCF2
Tones
Muted variations
1#1A996A
2#219268
3#288B66
4#2F8465
5#367D63
6#3D7561
7#446E5F
8#4B675D
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A06C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094931 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF1;
--sea-green-200: #C4F8E5;
--sea-green-300: #96F3D1;
--sea-green-400: #5FECB9;
--sea-green-500: #32E7A4;
--sea-green-600: #18C988;
--sea-green-700: #13A06C;
--sea-green-800: #0D724D;
--sea-green-900: #094931;
--sea-green-950: #052E1F;
}