Sea Green
#278B6F
GreenColor Codes
All color formats for development
HEX
#278B6FRGB
rgb(39, 139, 111)HSL
hsl(163, 56%, 35%)OKLCH
oklch(0.573 0.1 170)CMYK
cmyk(72%, 0%, 20%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D64
2#1F6F59
3#1B614E
4#185443
5#144637
6#10382C
7#0C2A21
8#081C16
9#040E0B
Tints
Lighter variations
1#2FA584
2#36BF98
3#4ACCA7
4#64D3B4
5#7EDBC0
6#98E2CD
7#B1E9D9
8#CBF0E6
9#E5F8F2
Tones
Muted variations
1#2C866D
2#31816B
3#367C68
4#3B7766
5#407264
6#456D62
7#4A6860
8#4F635E
9#545E5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D3 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8BB | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C634F | 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: #E3F7F1;
--sea-green-200: #CBF0E6;
--sea-green-300: #A4E5D3;
--sea-green-400: #74D8BB;
--sea-green-500: #4CCDA8;
--sea-green-600: #31AF8B;
--sea-green-700: #278B6F;
--sea-green-800: #1C634F;
--sea-green-900: #124033;
--sea-green-950: #0B2820;
}