Sea Green
#027E4A
GreenColor Codes
All color formats for development
HEX
#027E4ARGB
rgb(2, 126, 74)HSL
hsl(155, 97%, 25%)OKLCH
oklch(0.522 0.125 156.3)CMYK
cmyk(98%, 0%, 41%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027143
2#02643B
3#015834
4#014B2C
5#013F25
6#01321E
7#012616
8#00190F
9#000D07
Tints
Lighter variations
1#02A360
2#03C976
3#04EF8D
4#1DFC9F
5#43FCAF
6#68FDBF
7#8EFDCF
8#B4FEDF
9#D9FEEF
Tones
Muted variations
1#087749
2#0E7148
3#146B47
4#1B6546
5#215F45
6#275844
7#2D5243
8#334C42
9#3A4641
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDCE | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB4 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFC9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01502F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F0FFF9;
--sea-green-100: #DCFEF0;
--sea-green-200: #BEFEE3;
--sea-green-300: #8BFDCE;
--sea-green-400: #4FFCB4;
--sea-green-500: #1DFC9F;
--sea-green-600: #03DD82;
--sea-green-700: #03B068;
--sea-green-800: #027E4A;
--sea-green-900: #01502F;
--sea-green-950: #01321E;
}