Sea Green
#219175
CyanColor Codes
All color formats for development
HEX
#219175RGB
rgb(33, 145, 117)HSL
hsl(165, 63%, 35%)OKLCH
oklch(0.589 0.106 171.4)CMYK
cmyk(77%, 0%, 19%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E836A
2#1A745E
3#176652
4#145746
5#11493B
6#0D3A2F
7#0A2C23
8#071D17
9#030F0C
Tints
Lighter variations
1#27AC8B
2#2DC8A1
3#42D4B0
4#5DDABB
5#78E0C6
6#93E6D2
7#AEEDDD
8#C9F3E8
9#E4F9F4
Tones
Muted variations
1#278C73
2#2C8670
3#32816D
4#387B6A
5#3D7567
6#437064
7#486A62
8#4E645F
9#545F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC2 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB794 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219175 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E2F8F3;
--sea-green-200: #C9F3E8;
--sea-green-300: #9FE9D7;
--sea-green-400: #6EDEC2;
--sea-green-500: #44D5B0;
--sea-green-600: #2AB794;
--sea-green-700: #219175;
--sea-green-800: #186854;
--sea-green-900: #0F4336;
--sea-green-950: #092A22;
}