Sea Green
#258D6B
GreenColor Codes
All color formats for development
HEX
#258D6BRGB
rgb(37, 141, 107)HSL
hsl(160, 58%, 35%)OKLCH
oklch(0.576 0.107 166.4)CMYK
cmyk(74%, 0%, 24%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F60
2#1E7155
3#1A634B
4#165540
5#134735
6#0F382B
7#0B2A20
8#071C15
9#040E0B
Tints
Lighter variations
1#2CA77E
2#33C192
3#48CEA1
4#62D5AF
5#7CDCBC
6#96E3CA
7#B0EAD7
8#CBF1E4
9#E5F8F2
Tones
Muted variations
1#2B8869
2#308367
3#357D65
4#3A7864
5#3F7362
6#456E60
7#4A695E
8#4F645D
9#545E5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB7 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B654C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114031 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E3F8F1;
--sea-green-200: #CBF1E4;
--sea-green-300: #A2E6D0;
--sea-green-400: #72DAB7;
--sea-green-500: #4ACFA2;
--sea-green-600: #2FB186;
--sea-green-700: #258D6B;
--sea-green-800: #1B654C;
--sea-green-900: #114031;
--sea-green-950: #0B281E;
}