Sea Green
#258E60
GreenColor Codes
All color formats for development
HEX
#258E60RGB
rgb(37, 142, 96)HSL
hsl(154, 59%, 35%)OKLCH
oklch(0.576 0.118 159.6)CMYK
cmyk(74%, 0%, 32%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218057
2#1D724D
3#1A6343
4#16553A
5#124730
6#0F3927
7#0B2B1D
8#071C13
9#040E0A
Tints
Lighter variations
1#2BA872
2#32C384
3#47CF94
4#61D6A3
5#7BDDB3
6#96E4C2
7#B0EBD1
8#CAF1E0
9#E5F8F0
Tones
Muted variations
1#2A8960
2#2F835F
3#347E5E
4#3A795D
5#3F745D
6#446E5C
7#49695B
8#4F645B
9#545F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D095 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB279 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E3F8EF;
--sea-green-200: #CAF1E0;
--sea-green-300: #A2E7C9;
--sea-green-400: #71DAAD;
--sea-green-500: #49D095;
--sea-green-600: #2EB279;
--sea-green-700: #258E60;
--sea-green-800: #1A6545;
--sea-green-900: #11412C;
--sea-green-950: #0A291C;
}