Sea Green
#278B67
GreenColor Codes
All color formats for development
HEX
#278B67RGB
rgb(39, 139, 103)HSL
hsl(158, 56%, 35%)OKLCH
oklch(0.57 0.107 164.5)CMYK
cmyk(72%, 0%, 26%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D5C
2#1F6F52
3#1B6148
4#18543E
5#144633
6#103829
7#0C2A1F
8#081C15
9#040E0A
Tints
Lighter variations
1#2FA57A
2#36BF8D
3#4ACC9C
4#64D3AA
5#7EDBB9
6#98E2C7
7#B1E9D5
8#CBF0E3
9#E5F8F1
Tones
Muted variations
1#2C8665
2#318164
3#367C63
4#3B7761
5#407260
6#456D5F
7#4A685D
8#4F635C
9#545E5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CD | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B3 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6349 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E3F7F0;
--sea-green-200: #CBF0E3;
--sea-green-300: #A4E5CD;
--sea-green-400: #74D8B3;
--sea-green-500: #4CCD9D;
--sea-green-600: #31AF81;
--sea-green-700: #278B67;
--sea-green-800: #1C6349;
--sea-green-900: #12402F;
--sea-green-950: #0B281D;
}