Sea Green
#258D65
GreenColor Codes
All color formats for development
HEX
#258D65RGB
rgb(37, 141, 101)HSL
hsl(157, 58%, 35%)OKLCH
oklch(0.575 0.112 162.7)CMYK
cmyk(74%, 0%, 28%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F5B
2#1E7151
3#1A6347
4#16553D
5#134733
6#0F3829
7#0B2A1E
8#071C14
9#040E0A
Tints
Lighter variations
1#2CA778
2#33C18B
3#48CE9B
4#62D5A9
5#7CDCB7
6#96E3C6
7#B0EAD4
8#CBF1E2
9#E5F8F1
Tones
Muted variations
1#2B8864
2#308363
3#357D62
4#3A7860
5#3F735F
6#456E5E
7#4A695D
8#4F645C
9#545E5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6CC | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB2 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB17F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6548 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E3F8F0;
--sea-green-200: #CBF1E2;
--sea-green-300: #A2E6CC;
--sea-green-400: #72DAB2;
--sea-green-500: #4ACF9C;
--sea-green-600: #2FB17F;
--sea-green-700: #258D65;
--sea-green-800: #1B6548;
--sea-green-900: #11402E;
--sea-green-950: #0B281D;
}