Sea Green
#288A3D
GreenColor Codes
All color formats for development
HEX
#288A3DRGB
rgb(40, 138, 61)HSL
hsl(133, 55%, 35%)OKLCH
oklch(0.559 0.145 147)CMYK
cmyk(71%, 0%, 56%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247D37
2#206F31
3#1C612B
4#185325
5#14451F
6#103719
7#0C2A12
8#081C0C
9#040E06
Tints
Lighter variations
1#30A449
2#37BE54
3#4BCB67
4#65D27D
5#7FDA92
6#98E1A8
7#B2E9BE
8#CCF0D4
9#E5F8E9
Tones
Muted variations
1#2D8540
2#328143
3#377C46
4#3C7749
5#41724B
6#466D4E
7#4B6851
8#4F6354
9#545E56
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 #CCF0D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B2 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D78A | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB68 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE4D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D632C | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1C | 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: #CCF0D4;
--sea-green-300: #A4E5B2;
--sea-green-400: #75D78A;
--sea-green-500: #4DCB68;
--sea-green-600: #32AE4D;
--sea-green-700: #288A3D;
--sea-green-800: #1D632C;
--sea-green-900: #123F1C;
--sea-green-950: #0B2812;
}