Sea Green
#278B60
GreenColor Codes
All color formats for development
HEX
#278B60RGB
rgb(39, 139, 96)HSL
hsl(154, 56%, 35%)OKLCH
oklch(0.569 0.113 160.4)CMYK
cmyk(72%, 0%, 31%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D56
2#1F6F4D
3#1B6143
4#18543A
5#144630
6#103826
7#0C2A1D
8#081C13
9#040E0A
Tints
Lighter variations
1#2FA572
2#36BF84
3#4ACC94
4#64D3A3
5#7EDBB2
6#98E2C2
7#B1E9D1
8#CBF0E0
9#E5F8F0
Tones
Muted variations
1#2C865F
2#31815F
3#367C5E
4#3B775D
5#40725D
6#456D5C
7#4A685B
8#4F635B
9#545E5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C9 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8AC | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD95 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E3F7EE;
--sea-green-200: #CBF0E0;
--sea-green-300: #A4E5C9;
--sea-green-400: #74D8AC;
--sea-green-500: #4CCD95;
--sea-green-600: #31AF79;
--sea-green-700: #278B60;
--sea-green-800: #1C6345;
--sea-green-900: #12402C;
--sea-green-950: #0B281B;
}