Sea Green
#278B65
GreenColor Codes
All color formats for development
HEX
#278B65RGB
rgb(39, 139, 101)HSL
hsl(157, 56%, 35%)OKLCH
oklch(0.57 0.109 163.3)CMYK
cmyk(72%, 0%, 27%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D5B
2#1F6F51
3#1B6147
4#18543D
5#144632
6#103828
7#0C2A1E
8#081C14
9#040E0A
Tints
Lighter variations
1#2FA578
2#36BF8A
3#4ACC9A
4#64D3A9
5#7EDBB7
6#98E2C5
7#B1E9D4
8#CBF0E2
9#E5F8F1
Tones
Muted variations
1#2C8664
2#318163
3#367C61
4#3B7760
5#40725F
6#456D5E
7#4A685D
8#4F635C
9#545E5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CC | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B1 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402E | 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: #E3F7EF;
--sea-green-200: #CBF0E2;
--sea-green-300: #A4E5CC;
--sea-green-400: #74D8B1;
--sea-green-500: #4CCD9B;
--sea-green-600: #31AF7F;
--sea-green-700: #278B65;
--sea-green-800: #1C6348;
--sea-green-900: #12402E;
--sea-green-950: #0B281D;
}