Sea Green
#278B77
CyanColor Codes
All color formats for development
HEX
#278B77RGB
rgb(39, 139, 119)HSL
hsl(168, 56%, 35%)OKLCH
oklch(0.575 0.095 176.3)CMYK
cmyk(72%, 0%, 14%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D6B
2#1F6F5F
3#1B6153
4#185448
5#14463C
6#103830
7#0C2A24
8#081C18
9#040E0C
Tints
Lighter variations
1#2FA58D
2#36BFA4
3#4ACCB2
4#64D3BD
5#7EDBC8
6#98E2D3
7#B1E9DE
8#CBF0E9
9#E5F8F4
Tones
Muted variations
1#2C8674
2#318171
3#367C6E
4#3B776B
5#407268
6#456D65
7#4A6862
8#4F635F
9#545E5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C4 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124037 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E3F7F3;
--sea-green-200: #CBF0E9;
--sea-green-300: #A4E5D8;
--sea-green-400: #74D8C4;
--sea-green-500: #4CCDB3;
--sea-green-600: #31AF96;
--sea-green-700: #278B77;
--sea-green-800: #1C6355;
--sea-green-900: #124037;
--sea-green-950: #0B2822;
}