Sea Green
#278B76
CyanColor Codes
All color formats for development
HEX
#278B76RGB
rgb(39, 139, 118)HSL
hsl(167, 56%, 35%)OKLCH
oklch(0.575 0.096 175.5)CMYK
cmyk(72%, 0%, 15%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D6A
2#1F6F5E
3#1B6152
4#185447
5#14463B
6#10382F
7#0C2A23
8#081C18
9#040E0C
Tints
Lighter variations
1#2FA58B
2#36BFA1
3#4ACCB0
4#64D3BB
5#7EDBC6
6#98E2D2
7#B1E9DD
8#CBF0E8
9#E5F8F4
Tones
Muted variations
1#2C8673
2#318170
3#367C6D
4#3B776A
5#407267
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 #CBF0E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D7 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C2 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6354 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124036 | 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: #CBF0E8;
--sea-green-300: #A4E5D7;
--sea-green-400: #74D8C2;
--sea-green-500: #4CCDB1;
--sea-green-600: #31AF94;
--sea-green-700: #278B76;
--sea-green-800: #1C6354;
--sea-green-900: #124036;
--sea-green-950: #0B2822;
}