Sea Green
#13A04D
GreenColor Codes
All color formats for development
HEX
#13A04DRGB
rgb(19, 160, 77)HSL
hsl(145, 79%, 35%)OKLCH
oklch(0.619 0.164 150.4)CMYK
cmyk(88%, 0%, 52%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119046
2#0F803E
3#0D7036
4#0B602E
5#095027
6#07401F
7#063017
8#04200F
9#021008
Tints
Lighter variations
1#16BD5C
2#1ADB6A
3#2FE77C
4#4DEA8E
5#6BEEA1
6#88F1B4
7#A6F5C7
8#C4F8D9
9#E1FCEC
Tones
Muted variations
1#1A994F
2#219250
3#288B51
4#2F8452
5#367D53
6#3D7555
7#446E56
8#4B6757
9#526058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BD | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9A | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77D | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C961 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7237 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF6;
--sea-green-100: #DFFBEB;
--sea-green-200: #C4F8D9;
--sea-green-300: #96F3BD;
--sea-green-400: #5FEC9A;
--sea-green-500: #32E77D;
--sea-green-600: #18C961;
--sea-green-700: #13A04D;
--sea-green-800: #0D7237;
--sea-green-900: #094923;
--sea-green-950: #052E16;
}