Sea Green
#278B6C
GreenColor Codes
All color formats for development
HEX
#278B6CRGB
rgb(39, 139, 108)HSL
hsl(161, 56%, 35%)OKLCH
oklch(0.572 0.103 167.9)CMYK
cmyk(72%, 0%, 22%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D61
2#1F6F56
3#1B614B
4#185441
5#144636
6#10382B
7#0C2A20
8#081C16
9#040E0B
Tints
Lighter variations
1#2FA580
2#36BF94
3#4ACCA3
4#64D3B0
5#7EDBBD
6#98E2CA
7#B1E9D7
8#CBF0E5
9#E5F8F2
Tones
Muted variations
1#2C866A
2#318168
3#367C66
4#3B7764
5#407262
6#456D61
7#4A685F
8#4F635D
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 #CBF0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C634D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124031 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281F | 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: #CBF0E5;
--sea-green-300: #A4E5D0;
--sea-green-400: #74D8B8;
--sea-green-500: #4CCDA4;
--sea-green-600: #31AF87;
--sea-green-700: #278B6C;
--sea-green-800: #1C634D;
--sea-green-900: #124031;
--sea-green-950: #0B281F;
}