Sea Green
#258E41
GreenColor Codes
All color formats for development
HEX
#258E41RGB
rgb(37, 142, 65)HSL
hsl(136, 59%, 35%)OKLCH
oklch(0.57 0.147 148)CMYK
cmyk(74%, 0%, 54%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21803A
2#1D7234
3#1A632D
4#165527
5#124720
6#0F391A
7#0B2B13
8#071C0D
9#040E06
Tints
Lighter variations
1#2BA84D
2#32C359
3#47CF6B
4#61D680
5#7BDD95
6#96E4AA
7#B0EBC0
8#CAF1D5
9#E5F8EA
Tones
Muted variations
1#2A8943
2#2F8346
3#347E48
4#3A794B
5#3F744D
6#446E4F
7#496952
8#4F6454
9#545F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B4 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8D | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB251 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F8E8;
--sea-green-200: #CAF1D5;
--sea-green-300: #A2E7B4;
--sea-green-400: #71DA8D;
--sea-green-500: #49D06D;
--sea-green-600: #2EB251;
--sea-green-700: #258E41;
--sea-green-800: #1A652E;
--sea-green-900: #11411E;
--sea-green-950: #0A2912;
}