Sea Green
#219179
CyanColor Codes
All color formats for development
HEX
#219179RGB
rgb(33, 145, 121)HSL
hsl(167, 63%, 35%)OKLCH
oklch(0.59 0.103 174.3)CMYK
cmyk(77%, 0%, 17%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E836D
2#1A7461
3#176655
4#145749
5#11493D
6#0D3A30
7#0A2C24
8#071D18
9#030F0C
Tints
Lighter variations
1#27AC90
2#2DC8A6
3#42D4B4
4#5DDABF
5#78E0CA
6#93E6D4
7#AEEDDF
8#C9F3EA
9#E4F9F4
Tones
Muted variations
1#278C76
2#2C8673
3#328170
4#387B6C
5#3D7569
6#437066
7#486A63
8#4E6460
9#545F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB798 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E2F8F4;
--sea-green-200: #C9F3EA;
--sea-green-300: #9FE9D9;
--sea-green-400: #6EDEC6;
--sea-green-500: #44D5B5;
--sea-green-600: #2AB798;
--sea-green-700: #219179;
--sea-green-800: #186857;
--sea-green-900: #0F4337;
--sea-green-950: #092A23;
}