Sea Green
#278B4E
GreenColor Codes
All color formats for development
HEX
#278B4ERGB
rgb(39, 139, 78)HSL
hsl(143, 56%, 35%)OKLCH
oklch(0.565 0.13 152.2)CMYK
cmyk(72%, 0%, 44%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D46
2#1F6F3E
3#1B6136
4#18542F
5#144627
6#10381F
7#0C2A17
8#081C10
9#040E08
Tints
Lighter variations
1#2FA55C
2#36BF6A
3#4ACC7C
4#64D38F
5#7EDBA1
6#98E2B4
7#B1E9C7
8#CBF0DA
9#E5F8EC
Tones
Muted variations
1#2C864F
2#318150
3#367C51
4#3B7752
5#407253
6#456D55
7#4A6856
8#4F6357
9#545E58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BD | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89A | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6337 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F7EB;
--sea-green-200: #CBF0DA;
--sea-green-300: #A4E5BD;
--sea-green-400: #74D89A;
--sea-green-500: #4CCD7D;
--sea-green-600: #31AF62;
--sea-green-700: #278B4E;
--sea-green-800: #1C6337;
--sea-green-900: #124023;
--sea-green-950: #0B2816;
}