Sea Green
#278B6D
GreenColor Codes
All color formats for development
HEX
#278B6DRGB
rgb(39, 139, 109)HSL
hsl(162, 56%, 35%)OKLCH
oklch(0.572 0.102 168.6)CMYK
cmyk(72%, 0%, 22%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D62
2#1F6F57
3#1B614C
4#185442
5#144637
6#10382C
7#0C2A21
8#081C16
9#040E0B
Tints
Lighter variations
1#2FA582
2#36BF96
3#4ACCA5
4#64D3B2
5#7EDBBF
6#98E2CC
7#B1E9D8
8#CBF0E5
9#E5F8F2
Tones
Muted variations
1#2C866B
2#318169
3#367C67
4#3B7765
5#407263
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 #A4E5D1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8BA | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C634E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124032 | 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: #A4E5D1;
--sea-green-400: #74D8BA;
--sea-green-500: #4CCDA6;
--sea-green-600: #31AF89;
--sea-green-700: #278B6D;
--sea-green-800: #1C634E;
--sea-green-900: #124032;
--sea-green-950: #0B281F;
}