Sea Green
#027E4C
GreenColor Codes
All color formats for development
HEX
#027E4CRGB
rgb(2, 126, 76)HSL
hsl(156, 97%, 25%)OKLCH
oklch(0.522 0.123 157.2)CMYK
cmyk(98%, 0%, 40%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027145
2#02643D
3#015835
4#014B2E
5#013F26
6#01321E
7#012617
8#00190F
9#000D08
Tints
Lighter variations
1#02A363
2#03C97A
3#04EF91
4#1DFCA3
5#43FCB2
6#68FDC1
7#8EFDD1
8#B4FEE0
9#D9FEF0
Tones
Muted variations
1#08774B
2#0E714A
3#146B48
4#1B6547
5#215F46
6#275845
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 #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD0 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B06B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015031 | 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: #DCFEF1;
--sea-green-200: #BEFEE4;
--sea-green-300: #8BFDD0;
--sea-green-400: #4FFCB7;
--sea-green-500: #1DFCA3;
--sea-green-600: #03DD86;
--sea-green-700: #03B06B;
--sea-green-800: #027E4C;
--sea-green-900: #015031;
--sea-green-950: #01321E;
}