Sea Green
#258D4A
GreenColor Codes
All color formats for development
HEX
#258D4ARGB
rgb(37, 141, 74)HSL
hsl(141, 58%, 35%)OKLCH
oklch(0.569 0.138 150.7)CMYK
cmyk(74%, 0%, 48%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F42
2#1E713B
3#1A6334
4#16552C
5#134725
6#0F381D
7#0B2A16
8#071C0F
9#040E07
Tints
Lighter variations
1#2CA757
2#33C165
3#48CE77
4#62D58A
5#7CDC9E
6#96E3B1
7#B0EAC5
8#CBF1D8
9#E5F8EC
Tones
Muted variations
1#2B884B
2#30834D
3#357D4E
4#3A7850
5#3F7351
6#456E53
7#4A6955
8#4F6456
9#545E58
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 | CBF1 #CBF1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BA | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA96 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF78 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6535 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | 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: #CBF1D8;
--sea-green-300: #A2E6BA;
--sea-green-400: #72DA96;
--sea-green-500: #4ACF78;
--sea-green-600: #2FB15D;
--sea-green-700: #258D4A;
--sea-green-800: #1B6535;
--sea-green-900: #114022;
--sea-green-950: #0B2815;
}