Sea Green
#258D54
GreenColor Codes
All color formats for development
HEX
#258D54RGB
rgb(37, 141, 84)HSL
hsl(147, 58%, 35%)OKLCH
oklch(0.571 0.128 154.4)CMYK
cmyk(74%, 0%, 40%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F4C
2#1E7143
3#1A633B
4#165532
5#13472A
6#0F3822
7#0B2A19
8#071C11
9#040E08
Tints
Lighter variations
1#2CA764
2#33C173
3#48CE84
4#62D596
5#7CDCA7
6#96E3B9
7#B0EACA
8#CBF1DC
9#E5F8ED
Tones
Muted variations
1#2B8855
2#308355
3#357D56
4#3A7856
5#3F7357
6#456E57
7#4A6958
8#4F6458
9#545E59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F8EC;
--sea-green-200: #CBF1DC;
--sea-green-300: #A2E6C1;
--sea-green-400: #72DAA1;
--sea-green-500: #4ACF86;
--sea-green-600: #2FB16A;
--sea-green-700: #258D54;
--sea-green-800: #1B653C;
--sea-green-900: #114026;
--sea-green-950: #0B2818;
}