Sea Green
#258D60
GreenColor Codes
All color formats for development
HEX
#258D60RGB
rgb(37, 141, 96)HSL
hsl(154, 58%, 35%)OKLCH
oklch(0.574 0.117 159.9)CMYK
cmyk(74%, 0%, 32%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F57
2#1E714D
3#1A6343
4#16553A
5#134730
6#0F3826
7#0B2A1D
8#071C13
9#040E0A
Tints
Lighter variations
1#2CA772
2#33C184
3#48CE94
4#62D5A3
5#7CDCB3
6#96E3C2
7#B0EAD1
8#CBF1E0
9#E5F8F0
Tones
Muted variations
1#2B885F
2#30835F
3#357D5E
4#3A785D
5#3F735D
6#456E5C
7#4A695B
8#4F645B
9#545E5A
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 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF95 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB179 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | 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: #CBF1E0;
--sea-green-300: #A2E6C9;
--sea-green-400: #72DAAD;
--sea-green-500: #4ACF95;
--sea-green-600: #2FB179;
--sea-green-700: #258D60;
--sea-green-800: #1B6545;
--sea-green-900: #11402C;
--sea-green-950: #0B281B;
}