Sea Green
#278B7B
CyanColor Codes
All color formats for development
HEX
#278B7BRGB
rgb(39, 139, 123)HSL
hsl(170, 56%, 35%)OKLCH
oklch(0.576 0.093 179.8)CMYK
cmyk(72%, 0%, 12%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D6E
2#1F6F62
3#1B6156
4#18544A
5#14463D
6#103831
7#0C2A25
8#081C19
9#040E0C
Tints
Lighter variations
1#2FA591
2#36BFA8
3#4ACCB6
4#64D3C1
5#7EDBCB
6#98E2D5
7#B1E9E0
8#CBF0EA
9#E5F8F5
Tones
Muted variations
1#2C8677
2#318174
3#367C71
4#3B776D
5#40726A
6#456D67
7#4A6863
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 #CBF0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124038 | 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: #CBF0EA;
--sea-green-300: #A4E5DA;
--sea-green-400: #74D8C7;
--sea-green-500: #4CCDB7;
--sea-green-600: #31AF9A;
--sea-green-700: #278B7B;
--sea-green-800: #1C6358;
--sea-green-900: #124038;
--sea-green-950: #0B2823;
}