Sea Green
#278B45
GreenColor Codes
All color formats for development
HEX
#278B45RGB
rgb(39, 139, 69)HSL
hsl(138, 56%, 35%)OKLCH
oklch(0.563 0.139 149.2)CMYK
cmyk(72%, 0%, 50%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D3E
2#1F6F37
3#1B6130
4#18542A
5#144623
6#10381C
7#0C2A15
8#081C0E
9#040E07
Tints
Lighter variations
1#2FA552
2#36BF5F
3#4ACC71
4#64D385
5#7EDB9A
6#98E2AE
7#B1E9C2
8#CBF0D6
9#E5F8EB
Tones
Muted variations
1#2C8647
2#318149
3#367C4B
4#3B774D
5#40724F
6#456D51
7#4A6853
8#4F6355
9#545E57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B7 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D892 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD73 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF57 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6331 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F7E9;
--sea-green-200: #CBF0D6;
--sea-green-300: #A4E5B7;
--sea-green-400: #74D892;
--sea-green-500: #4CCD73;
--sea-green-600: #31AF57;
--sea-green-700: #278B45;
--sea-green-800: #1C6331;
--sea-green-900: #124020;
--sea-green-950: #0B2814;
}