Sea Green
#278B79
CyanColor Codes
All color formats for development
HEX
#278B79RGB
rgb(39, 139, 121)HSL
hsl(169, 56%, 35%)OKLCH
oklch(0.576 0.094 178)CMYK
cmyk(72%, 0%, 13%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D6D
2#1F6F61
3#1B6155
4#185449
5#14463C
6#103830
7#0C2A24
8#081C18
9#040E0C
Tints
Lighter variations
1#2FA58F
2#36BFA6
3#4ACCB4
4#64D3BF
5#7EDBCA
6#98E2D4
7#B1E9DF
8#CBF0EA
9#E5F8F4
Tones
Muted variations
1#2C8676
2#318173
3#367C6F
4#3B776C
5#407269
6#456D66
7#4A6863
8#4F6360
9#545E5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D9 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C5 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6356 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124037 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E3F7F3;
--sea-green-200: #CBF0EA;
--sea-green-300: #A4E5D9;
--sea-green-400: #74D8C5;
--sea-green-500: #4CCDB5;
--sea-green-600: #31AF98;
--sea-green-700: #278B79;
--sea-green-800: #1C6356;
--sea-green-900: #124037;
--sea-green-950: #0B2823;
}