Sea Green
#278B7E
CyanColor Codes
All color formats for development
HEX
#278B7ERGB
rgb(39, 139, 126)HSL
hsl(172, 56%, 35%)OKLCH
oklch(0.577 0.092 182.5)CMYK
cmyk(72%, 0%, 9%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D71
2#1F6F65
3#1B6158
4#18544C
5#14463F
6#103832
7#0C2A26
8#081C19
9#040E0D
Tints
Lighter variations
1#2FA595
2#36BFAD
3#4ACCBB
4#64D3C4
5#7EDBCE
6#98E2D8
7#B1E9E2
8#CBF0EB
9#E5F8F5
Tones
Muted variations
1#2C867A
2#318177
3#367C73
4#3B776F
5#40726C
6#456D68
7#4A6864
8#4F6361
9#545E5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DC | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CA | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E3F7F4;
--sea-green-200: #CBF0EB;
--sea-green-300: #A4E5DC;
--sea-green-400: #74D8CA;
--sea-green-500: #4CCDBB;
--sea-green-600: #31AF9E;
--sea-green-700: #278B7E;
--sea-green-800: #1C635A;
--sea-green-900: #12403A;
--sea-green-950: #0B2824;
}