Sea Green
#278B40
GreenColor Codes
All color formats for development
HEX
#278B40RGB
rgb(39, 139, 64)HSL
hsl(135, 56%, 35%)OKLCH
oklch(0.562 0.144 147.8)CMYK
cmyk(72%, 0%, 54%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D3A
2#1F6F33
3#1B612D
4#185427
5#144620
6#10381A
7#0C2A13
8#081C0D
9#040E06
Tints
Lighter variations
1#2FA54C
2#36BF58
3#4ACC6A
4#64D380
5#7EDB95
6#98E2AA
7#B1E9BF
8#CBF0D5
9#E5F8EA
Tones
Muted variations
1#2C8643
2#318145
3#367C48
4#3B774A
5#40724D
6#456D4F
7#4A6852
8#4F6354
9#545E57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88D | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F7E8;
--sea-green-200: #CBF0D5;
--sea-green-300: #A4E5B4;
--sea-green-400: #74D88D;
--sea-green-500: #4CCD6C;
--sea-green-600: #31AF51;
--sea-green-700: #278B40;
--sea-green-800: #1C632E;
--sea-green-900: #12401D;
--sea-green-950: #0B2812;
}