Sea Green
#258E48
GreenColor Codes
All color formats for development
HEX
#258E48RGB
rgb(37, 142, 72)HSL
hsl(140, 59%, 35%)OKLCH
oklch(0.572 0.141 150)CMYK
cmyk(74%, 0%, 49%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218041
2#1D7239
3#1A6332
4#16552B
5#124724
6#0F391D
7#0B2B16
8#071C0E
9#040E07
Tints
Lighter variations
1#2BA855
2#32C362
3#47CF74
4#61D688
5#7BDD9C
6#96E4B0
7#B0EBC3
8#CAF1D7
9#E5F8EB
Tones
Muted variations
1#2A8949
2#2F834B
3#347E4D
4#3A794F
5#3F7450
6#446E52
7#496954
8#4F6456
9#545F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA94 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D076 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB25A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6533 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114121 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F8EA;
--sea-green-200: #CAF1D7;
--sea-green-300: #A2E7B9;
--sea-green-400: #71DA94;
--sea-green-500: #49D076;
--sea-green-600: #2EB25A;
--sea-green-700: #258E48;
--sea-green-800: #1A6533;
--sea-green-900: #114121;
--sea-green-950: #0A2914;
}