Sea Green
#13A055
GreenColor Codes
All color formats for development
HEX
#13A055RGB
rgb(19, 160, 85)HSL
hsl(148, 79%, 35%)OKLCH
oklch(0.62 0.157 152.5)CMYK
cmyk(88%, 0%, 47%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11904C
2#0F8044
3#0D703B
4#0B6033
5#09502A
6#074022
7#063019
8#042011
9#021008
Tints
Lighter variations
1#16BD64
2#1ADB74
3#2FE785
4#4DEA96
5#6BEEA8
6#88F1B9
7#A6F5CB
8#C4F8DC
9#E1FCEE
Tones
Muted variations
1#1A9955
2#219255
3#288B56
4#2F8456
5#367D57
6#3D7557
7#446E58
8#4B6758
9#526059
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECA1 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E786 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C96A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A055 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D723C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094927 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF7;
--sea-green-100: #DFFBEC;
--sea-green-200: #C4F8DC;
--sea-green-300: #96F3C1;
--sea-green-400: #5FECA1;
--sea-green-500: #32E786;
--sea-green-600: #18C96A;
--sea-green-700: #13A055;
--sea-green-800: #0D723C;
--sea-green-900: #094927;
--sea-green-950: #052E18;
}