Sea Green
#258D58
GreenColor Codes
All color formats for development
HEX
#258D58RGB
rgb(37, 141, 88)HSL
hsl(149, 58%, 35%)OKLCH
oklch(0.572 0.124 156.1)CMYK
cmyk(74%, 0%, 38%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F4F
2#1E7146
3#1A633D
4#165535
5#13472C
6#0F3823
7#0B2A1A
8#071C12
9#040E09
Tints
Lighter variations
1#2CA768
2#33C178
3#48CE89
4#62D59A
5#7CDCAB
6#96E3BB
7#B0EACC
8#CBF1DD
9#E5F8EE
Tones
Muted variations
1#2B8858
2#308358
3#357D58
4#3A7858
5#3F7358
6#456E59
7#4A6959
8#4F6459
9#545E59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D58 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114028 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F8ED;
--sea-green-200: #CBF1DD;
--sea-green-300: #A2E6C3;
--sea-green-400: #72DAA4;
--sea-green-500: #4ACF8A;
--sea-green-600: #2FB16E;
--sea-green-700: #258D58;
--sea-green-800: #1B653F;
--sea-green-900: #114028;
--sea-green-950: #0B2819;
}