Sea Green
#037D50
GreenColor Codes
All color formats for development
HEX
#037D50RGB
rgb(3, 125, 80)HSL
hsl(158, 95%, 25%)OKLCH
oklch(0.52 0.118 159.4)CMYK
cmyk(98%, 0%, 36%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037048
2#036340
3#025738
4#024B30
5#023E28
6#013220
7#012518
8#011910
9#000C08
Tints
Lighter variations
1#04A268
2#05C780
3#06EC98
4#1FF9A9
5#45FAB8
6#6AFBC6
7#8FFCD4
8#B4FDE2
9#DAFEF1
Tones
Muted variations
1#09764E
2#0F704D
3#156A4B
4#1B6449
5#215E48
6#285846
7#2E5245
8#344C43
9#3A4641
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD3 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBBC | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025033 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F0FFF9;
--sea-green-100: #DCFEF2;
--sea-green-200: #BEFDE6;
--sea-green-300: #8DFCD3;
--sea-green-400: #51FBBC;
--sea-green-500: #1FF9A9;
--sea-green-600: #06DB8D;
--sea-green-700: #04AE70;
--sea-green-800: #037C50;
--sea-green-900: #025033;
--sea-green-950: #013220;
}