Sea Green
#278B4C
GreenColor Codes
All color formats for development
HEX
#278B4CRGB
rgb(39, 139, 76)HSL
hsl(142, 56%, 35%)OKLCH
oklch(0.564 0.132 151.5)CMYK
cmyk(72%, 0%, 45%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D44
2#1F6F3D
3#1B6135
4#18542E
5#144626
6#10381E
7#0C2A17
8#081C0F
9#040E08
Tints
Lighter variations
1#2FA55A
2#36BF68
3#4ACC7A
4#64D38D
5#7EDBA0
6#98E2B3
7#B1E9C6
8#CBF0D9
9#E5F8EC
Tones
Muted variations
1#2C864D
2#31814F
3#367C50
4#3B7751
5#407253
6#456D54
7#4A6855
8#4F6357
9#545E58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BC | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D898 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD7B | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6336 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F7EA;
--sea-green-200: #CBF0D9;
--sea-green-300: #A4E5BC;
--sea-green-400: #74D898;
--sea-green-500: #4CCD7B;
--sea-green-600: #31AF5F;
--sea-green-700: #278B4C;
--sea-green-800: #1C6336;
--sea-green-900: #124023;
--sea-green-950: #0B2816;
}