Sea Green
#258D5E
GreenColor Codes
All color formats for development
HEX
#258D5ERGB
rgb(37, 141, 94)HSL
hsl(153, 58%, 35%)OKLCH
oklch(0.573 0.118 158.9)CMYK
cmyk(74%, 0%, 33%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F55
2#1E714C
3#1A6342
4#165539
5#13472F
6#0F3826
7#0B2A1C
8#071C13
9#040E09
Tints
Lighter variations
1#2CA770
2#33C181
3#48CE92
4#62D5A1
5#7CDCB1
6#96E3C1
7#B0EAD0
8#CBF1E0
9#E5F8EF
Tones
Muted variations
1#2B885E
2#30835D
3#357D5D
4#3A785C
5#3F735C
6#456E5B
7#4A695B
8#4F645A
9#545E5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB177 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E3F8EE;
--sea-green-200: #CBF1E0;
--sea-green-300: #A2E6C8;
--sea-green-400: #72DAAB;
--sea-green-500: #4ACF93;
--sea-green-600: #2FB177;
--sea-green-700: #258D5E;
--sea-green-800: #1B6543;
--sea-green-900: #11402B;
--sea-green-950: #0B281B;
}