Sea Green
#288A41
GreenColor Codes
All color formats for development
HEX
#288A41RGB
rgb(40, 138, 65)HSL
hsl(135, 55%, 35%)OKLCH
oklch(0.56 0.141 148.1)CMYK
cmyk(71%, 0%, 53%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247D3A
2#206F34
3#1C612D
4#185327
5#144520
6#10371A
7#0C2A13
8#081C0D
9#040E06
Tints
Lighter variations
1#30A44D
2#37BE59
3#4BCB6B
4#65D280
5#7FDA95
6#98E1AA
7#B2E9C0
8#CCF0D5
9#E5F8EA
Tones
Muted variations
1#2D8543
2#328146
3#377C48
4#3C774B
5#41724D
6#466D4F
7#4B6852
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 | CCF0 #CCF0D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B4 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D78D | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB6D | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D632E | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1E | 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: #CCF0D5;
--sea-green-300: #A4E5B4;
--sea-green-400: #75D78D;
--sea-green-500: #4DCB6D;
--sea-green-600: #32AE51;
--sea-green-700: #288A41;
--sea-green-800: #1D632E;
--sea-green-900: #123F1E;
--sea-green-950: #0B2812;
}