Sea Green
#13A04B
GreenColor Codes
All color formats for development
HEX
#13A04BRGB
rgb(19, 160, 75)HSL
hsl(144, 79%, 35%)OKLCH
oklch(0.619 0.166 149.9)CMYK
cmyk(88%, 0%, 53%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119044
2#0F803C
3#0D7035
4#0B602D
5#095026
6#07401E
7#063017
8#04200F
9#021008
Tints
Lighter variations
1#16BD59
2#1ADB67
3#2FE779
4#4DEA8C
5#6BEE9F
6#88F1B2
7#A6F5C5
8#C4F8D9
9#E1FCEC
Tones
Muted variations
1#1A994D
2#21924E
3#288B4F
4#2F8451
5#367D52
6#3D7554
7#446E55
8#4B6756
9#526058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC98 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77A | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C95E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7236 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF6;
--sea-green-100: #DFFBEA;
--sea-green-200: #C4F8D9;
--sea-green-300: #96F3BB;
--sea-green-400: #5FEC98;
--sea-green-500: #32E77A;
--sea-green-600: #18C95E;
--sea-green-700: #13A04B;
--sea-green-800: #0D7236;
--sea-green-900: #094922;
--sea-green-950: #052E15;
}