Sea Green
#278B7C
CyanColor Codes
All color formats for development
HEX
#278B7CRGB
rgb(39, 139, 124)HSL
hsl(171, 56%, 35%)OKLCH
oklch(0.577 0.093 180.7)CMYK
cmyk(72%, 0%, 11%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D70
2#1F6F63
3#1B6157
4#18544B
5#14463E
6#103832
7#0C2A25
8#081C19
9#040E0C
Tints
Lighter variations
1#2FA593
2#36BFAA
3#4ACCB8
4#64D3C3
5#7EDBCD
6#98E2D7
7#B1E9E1
8#CBF0EB
9#E5F8F5
Tones
Muted variations
1#2C8679
2#318175
3#367C72
4#3B776E
5#40726B
6#456D67
7#4A6864
8#4F6360
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 #A4E5DB | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124039 | 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: #E3F7F4;
--sea-green-200: #CBF0EB;
--sea-green-300: #A4E5DB;
--sea-green-400: #74D8C9;
--sea-green-500: #4CCDB9;
--sea-green-600: #31AF9C;
--sea-green-700: #278B7C;
--sea-green-800: #1C6359;
--sea-green-900: #124039;
--sea-green-950: #0B2823;
}