Sea Green
#26BA4E
GreenColor Codes
All color formats for development
HEX
#26BA4ERGB
rgb(38, 186, 78)HSL
hsl(136, 66%, 44%)OKLCH
oklch(0.692 0.191 147.3)CMYK
cmyk(80%, 0%, 58%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A846
2#1F953E
3#1B8236
4#17702F
5#135D27
6#0F4B1F
7#0B3817
8#082510
9#041308
Tints
Lighter variations
1#2BD258
2#41D86A
3#59DD7C
4#71E28F
5#88E7A2
6#A0ECB4
7#B8F0C7
8#D0F5DA
9#E7FAEC
Tones
Muted variations
1#2EB351
2#35AB55
3#3CA458
4#449D5B
5#4B955F
6#538E62
7#5A8666
8#617F69
9#69786D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE18A | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D869 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA4E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E943E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E1F9E8;
--sea-green-200: #C8F4D4;
--sea-green-300: #9EEBB2;
--sea-green-400: #6BE18A;
--sea-green-500: #41D869;
--sea-green-600: #26BA4E;
--sea-green-700: #1E943E;
--sea-green-800: #166A2C;
--sea-green-900: #0E441C;
--sea-green-950: #092A12;
}