Sea Green
#288A4F
GreenColor Codes
All color formats for development
HEX
#288A4FRGB
rgb(40, 138, 79)HSL
hsl(144, 55%, 35%)OKLCH
oklch(0.563 0.128 152.7)CMYK
cmyk(71%, 0%, 43%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247D47
2#206F40
3#1C6138
4#185330
5#144528
6#103720
7#0C2A18
8#081C10
9#040E08
Tints
Lighter variations
1#30A45E
2#37BE6D
3#4BCB7E
4#65D291
5#7FDAA3
6#98E1B5
7#B2E9C8
8#CCF0DA
9#E5F8ED
Tones
Muted variations
1#2D8550
2#328151
3#377C52
4#3C7753
5#417254
6#466D55
7#4B6856
8#4F6357
9#545E58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BE | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79C | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB80 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6339 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F24 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F7EB;
--sea-green-200: #CCF0DA;
--sea-green-300: #A4E5BE;
--sea-green-400: #75D79C;
--sea-green-500: #4DCB80;
--sea-green-600: #32AE64;
--sea-green-700: #288A4F;
--sea-green-800: #1D6339;
--sea-green-900: #123F24;
--sea-green-950: #0B2817;
}