Sea Green
#278B54
GreenColor Codes
All color formats for development
HEX
#278B54RGB
rgb(39, 139, 84)HSL
hsl(147, 56%, 35%)OKLCH
oklch(0.566 0.124 154.6)CMYK
cmyk(72%, 0%, 40%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D4C
2#1F6F43
3#1B613B
4#185433
5#14462A
6#103822
7#0C2A19
8#081C11
9#040E08
Tints
Lighter variations
1#2FA564
2#36BF74
3#4ACC84
4#64D396
5#7EDBA7
6#98E2B9
7#B1E9CA
8#CBF0DC
9#E5F8ED
Tones
Muted variations
1#2C8655
2#318155
3#367C56
4#3B7756
5#407257
6#456D57
7#4A6858
8#4F6358
9#545E59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A1 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124027 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F7EC;
--sea-green-200: #CBF0DC;
--sea-green-300: #A4E5C1;
--sea-green-400: #74D8A1;
--sea-green-500: #4CCD86;
--sea-green-600: #31AF6A;
--sea-green-700: #278B54;
--sea-green-800: #1C633C;
--sea-green-900: #124027;
--sea-green-950: #0B2818;
}