Sea Green
#258E42
GreenColor Codes
All color formats for development
HEX
#258E42RGB
rgb(37, 142, 66)HSL
hsl(137, 59%, 35%)OKLCH
oklch(0.571 0.147 148.3)CMYK
cmyk(74%, 0%, 54%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21803C
2#1D7235
3#1A632F
4#165528
5#124721
6#0F391B
7#0B2B14
8#071C0D
9#040E07
Tints
Lighter variations
1#2BA84F
2#32C35B
3#47CF6D
4#61D682
5#7BDD97
6#96E4AC
7#B0EBC1
8#CAF1D5
9#E5F8EA
Tones
Muted variations
1#2A8945
2#2F8347
3#347E49
4#3A794C
5#3F744E
6#446E50
7#496952
8#4F6455
9#545F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B5 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8F | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB254 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F8E9;
--sea-green-200: #CAF1D5;
--sea-green-300: #A2E7B5;
--sea-green-400: #71DA8F;
--sea-green-500: #49D06F;
--sea-green-600: #2EB254;
--sea-green-700: #258E42;
--sea-green-800: #1A652F;
--sea-green-900: #11411E;
--sea-green-950: #0A2913;
}