Sea Green
#027E50
GreenColor Codes
All color formats for development
HEX
#027E50RGB
rgb(2, 126, 80)HSL
hsl(158, 97%, 25%)OKLCH
oklch(0.523 0.119 159.1)CMYK
cmyk(98%, 0%, 37%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027148
2#026440
3#015838
4#014B30
5#013F28
6#013220
7#012618
8#001910
9#000D08
Tints
Lighter variations
1#02A368
2#03C980
3#04EF98
4#1DFCAA
5#43FCB8
6#68FDC6
7#8EFDD4
8#B4FEE3
9#D9FEF1
Tones
Muted variations
1#08774F
2#0E714D
3#146B4B
4#1B654A
5#215F48
6#275846
7#2D5245
8#334C43
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 | BEFE #BEFEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD4 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCBD | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015033 | 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: #BEFEE6;
--sea-green-300: #8BFDD4;
--sea-green-400: #4FFCBD;
--sea-green-500: #1DFCAA;
--sea-green-600: #03DD8D;
--sea-green-700: #03B070;
--sea-green-800: #027E50;
--sea-green-900: #015033;
--sea-green-950: #013220;
}