Sea Green
#278B6A
GreenColor Codes
All color formats for development
HEX
#278B6ARGB
rgb(39, 139, 106)HSL
hsl(160, 56%, 35%)OKLCH
oklch(0.571 0.104 166.5)CMYK
cmyk(72%, 0%, 24%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D5F
2#1F6F55
3#1B614A
4#185440
5#144635
6#10382A
7#0C2A20
8#081C15
9#040E0B
Tints
Lighter variations
1#2FA57E
2#36BF91
3#4ACCA1
4#64D3AE
5#7EDBBC
6#98E2C9
7#B1E9D7
8#CBF0E4
9#E5F8F2
Tones
Muted variations
1#2C8668
2#318167
3#367C65
4#3B7763
5#407262
6#456D60
7#4A685E
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 #E3F7F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CF | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B6 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C634C | 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: #CBF0E4;
--sea-green-300: #A4E5CF;
--sea-green-400: #74D8B6;
--sea-green-500: #4CCDA2;
--sea-green-600: #31AF85;
--sea-green-700: #278B6A;
--sea-green-800: #1C634C;
--sea-green-900: #124030;
--sea-green-950: #0B281E;
}