Sea Green
#278B68
GreenColor Codes
All color formats for development
HEX
#278B68RGB
rgb(39, 139, 104)HSL
hsl(159, 56%, 35%)OKLCH
oklch(0.571 0.106 165.2)CMYK
cmyk(72%, 0%, 25%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D5E
2#1F6F53
3#1B6149
4#18543F
5#144634
6#10382A
7#0C2A1F
8#081C15
9#040E0A
Tints
Lighter variations
1#2FA57C
2#36BF8F
3#4ACC9E
4#64D3AC
5#7EDBBA
6#98E2C8
7#B1E9D6
8#CBF0E3
9#E5F8F1
Tones
Muted variations
1#2C8667
2#318165
3#367C64
4#3B7762
5#407261
6#456D5F
7#4A685E
8#4F635C
9#545E5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CE | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B5 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C634A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124030 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E3F7F0;
--sea-green-200: #CBF0E3;
--sea-green-300: #A4E5CE;
--sea-green-400: #74D8B5;
--sea-green-500: #4CCDA0;
--sea-green-600: #31AF83;
--sea-green-700: #278B68;
--sea-green-800: #1C634A;
--sea-green-900: #124030;
--sea-green-950: #0B281E;
}