Sea Green
#278B72
CyanColor Codes
All color formats for development
HEX
#278B72RGB
rgb(39, 139, 114)HSL
hsl(165, 56%, 35%)OKLCH
oklch(0.574 0.098 172.3)CMYK
cmyk(72%, 0%, 18%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D67
2#1F6F5B
3#1B6150
4#185445
5#144639
6#10382E
7#0C2A22
8#081C17
9#040E0B
Tints
Lighter variations
1#2FA587
2#36BF9D
3#4ACCAB
4#64D3B7
5#7EDBC3
6#98E2CF
7#B1E9DB
8#CBF0E7
9#E5F8F3
Tones
Muted variations
1#2C8670
2#31816D
3#367C6B
4#3B7768
5#407266
6#456D63
7#4A6861
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 #A4E5D5 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8BF | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124034 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | 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: #A4E5D5;
--sea-green-400: #74D8BF;
--sea-green-500: #4CCDAC;
--sea-green-600: #31AF90;
--sea-green-700: #278B72;
--sea-green-800: #1C6352;
--sea-green-900: #124034;
--sea-green-950: #0B2821;
}