Sea Green
#26BA46
GreenColor Codes
All color formats for development
HEX
#26BA46RGB
rgb(38, 186, 70)HSL
hsl(133, 66%, 44%)OKLCH
oklch(0.691 0.198 146)CMYK
cmyk(80%, 0%, 62%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A83F
2#1F9538
3#1B8231
4#17702A
5#135D23
6#0F4B1C
7#0B3815
8#08250E
9#041307
Tints
Lighter variations
1#2BD24F
2#41D862
3#59DD76
4#71E289
5#88E79D
6#A0ECB1
7#B8F0C4
8#D0F5D8
9#E7FAEB
Tones
Muted variations
1#2EB34A
2#35AB4F
3#3CA453
4#449D57
5#4B955B
6#538E5F
7#5A8664
8#617F68
9#69786C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBAE | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE184 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D861 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9438 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF4;
--sea-green-100: #E1F9E6;
--sea-green-200: #C8F4D1;
--sea-green-300: #9EEBAE;
--sea-green-400: #6BE184;
--sea-green-500: #41D861;
--sea-green-600: #26BA46;
--sea-green-700: #1E9438;
--sea-green-800: #166A28;
--sea-green-900: #0E441A;
--sea-green-950: #092A10;
}