Sea Green
#258D46
GreenColor Codes
All color formats for development
HEX
#258D46RGB
rgb(37, 141, 70)HSL
hsl(139, 58%, 35%)OKLCH
oklch(0.568 0.141 149.5)CMYK
cmyk(74%, 0%, 50%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F3F
2#1E7138
3#1A6331
4#16552A
5#134723
6#0F381C
7#0B2A15
8#071C0E
9#040E07
Tints
Lighter variations
1#2CA753
2#33C160
3#48CE72
4#62D586
5#7CDC9B
6#96E3AF
7#B0EAC3
8#CBF1D7
9#E5F8EB
Tones
Muted variations
1#2B8848
2#30834A
3#357D4C
4#3A784E
5#3F7350
6#456E52
7#4A6954
8#4F6455
9#545E57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA93 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB158 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6532 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F8E9;
--sea-green-200: #CBF1D7;
--sea-green-300: #A2E6B8;
--sea-green-400: #72DA93;
--sea-green-500: #4ACF74;
--sea-green-600: #2FB158;
--sea-green-700: #258D46;
--sea-green-800: #1B6532;
--sea-green-900: #114020;
--sea-green-950: #0B2814;
}