Sea Green
#26BA5F
GreenColor Codes
All color formats for development
HEX
#26BA5FRGB
rgb(38, 186, 95)HSL
hsl(143, 66%, 44%)OKLCH
oklch(0.694 0.177 150.7)CMYK
cmyk(80%, 0%, 49%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A855
2#1F954C
3#1B8242
4#177039
5#135D2F
6#0F4B26
7#0B381C
8#082513
9#041309
Tints
Lighter variations
1#2BD26B
2#41D87B
3#59DD8C
4#71E29C
5#88E7AD
6#A0ECBD
7#B8F0CE
8#D0F5DE
9#E7FAEF
Tones
Muted variations
1#2EB361
2#35AB62
3#3CA464
4#449D66
5#4B9568
6#538E69
7#5A866B
8#617F6D
9#69786E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBBB | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE198 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D87B | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E944C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4423 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E1F9EA;
--sea-green-200: #C8F4D9;
--sea-green-300: #9EEBBB;
--sea-green-400: #6BE198;
--sea-green-500: #41D87B;
--sea-green-600: #26BA5F;
--sea-green-700: #1E944C;
--sea-green-800: #166A36;
--sea-green-900: #0E4423;
--sea-green-950: #092A16;
}