Sea Green
#278B71
GreenColor Codes
All color formats for development
HEX
#278B71RGB
rgb(39, 139, 113)HSL
hsl(164, 56%, 35%)OKLCH
oklch(0.573 0.099 171.5)CMYK
cmyk(72%, 0%, 19%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D65
2#1F6F5A
3#1B614F
4#185444
5#144638
6#10382D
7#0C2A22
8#081C17
9#040E0B
Tints
Lighter variations
1#2FA585
2#36BF9A
3#4ACCA9
4#64D3B6
5#7EDBC2
6#98E2CE
7#B1E9DA
8#CBF0E7
9#E5F8F3
Tones
Muted variations
1#2C866E
2#31816C
3#367C6A
4#3B7767
5#407265
6#456D63
7#4A6860
8#4F635E
9#545E5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8BD | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124033 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E3F7F2;
--sea-green-200: #CBF0E7;
--sea-green-300: #A4E5D4;
--sea-green-400: #74D8BD;
--sea-green-500: #4CCDAA;
--sea-green-600: #31AF8E;
--sea-green-700: #278B71;
--sea-green-800: #1C6350;
--sea-green-900: #124033;
--sea-green-950: #0B2820;
}