Sea Green
#26BA3F
GreenColor Codes
All color formats for development
HEX
#26BA3FRGB
rgb(38, 186, 63)HSL
hsl(130, 66%, 44%)OKLCH
oklch(0.69 0.203 145.1)CMYK
cmyk(80%, 0%, 66%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A839
2#1F9532
3#1B822C
4#177026
5#135D1F
6#0F4B19
7#0B3813
8#08250D
9#041306
Tints
Lighter variations
1#2BD247
2#41D85A
3#59DD6F
4#71E284
5#88E798
6#A0ECAD
7#B8F0C1
8#D0F5D6
9#E7FAEA
Tones
Muted variations
1#2EB344
2#35AB49
3#3CA44E
4#449D53
5#4B9558
6#538E5C
7#5A8661
8#617F66
9#69786B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBAB | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE17E | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D85A | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9432 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4417 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF4;
--sea-green-100: #E1F9E5;
--sea-green-200: #C8F4CF;
--sea-green-300: #9EEBAB;
--sea-green-400: #6BE17E;
--sea-green-500: #41D85A;
--sea-green-600: #26BA3F;
--sea-green-700: #1E9432;
--sea-green-800: #166A24;
--sea-green-900: #0E4417;
--sea-green-950: #092A0E;
}