Sea Green
#258D51
GreenColor Codes
All color formats for development
HEX
#258D51RGB
rgb(37, 141, 81)HSL
hsl(145, 58%, 35%)OKLCH
oklch(0.57 0.131 153.2)CMYK
cmyk(74%, 0%, 43%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F49
2#1E7140
3#1A6338
4#165530
5#134728
6#0F3820
7#0B2A18
8#071C10
9#040E08
Tints
Lighter variations
1#2CA760
2#33C16F
3#48CE80
4#62D592
5#7CDCA4
6#96E3B6
7#B0EAC8
8#CBF1DB
9#E5F8ED
Tones
Muted variations
1#2B8851
2#308352
3#357D53
4#3A7854
5#3F7355
6#456E56
7#4A6957
8#4F6458
9#545E58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BF | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9D | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF81 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB165 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114025 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F8EB;
--sea-green-200: #CBF1DB;
--sea-green-300: #A2E6BF;
--sea-green-400: #72DA9D;
--sea-green-500: #4ACF81;
--sea-green-600: #2FB165;
--sea-green-700: #258D51;
--sea-green-800: #1B653A;
--sea-green-900: #114025;
--sea-green-950: #0B2817;
}