Sea Green
#258D70
GreenColor Codes
All color formats for development
HEX
#258D70RGB
rgb(37, 141, 112)HSL
hsl(163, 58%, 35%)OKLCH
oklch(0.578 0.103 169.8)CMYK
cmyk(74%, 0%, 21%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F65
2#1E7159
3#1A634E
4#165543
5#134738
6#0F382D
7#0B2A22
8#071C16
9#040E0B
Tints
Lighter variations
1#2CA784
2#33C199
3#48CEA8
4#62D5B5
5#7CDCC1
6#96E3CD
7#B0EADA
8#CBF1E6
9#E5F8F3
Tones
Muted variations
1#2B886D
2#30836B
3#357D69
4#3A7867
5#3F7364
6#456E62
7#4A6960
8#4F645E
9#545E5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DABC | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB18C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114033 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E3F8F2;
--sea-green-200: #CBF1E6;
--sea-green-300: #A2E6D3;
--sea-green-400: #72DABC;
--sea-green-500: #4ACFA9;
--sea-green-600: #2FB18C;
--sea-green-700: #258D70;
--sea-green-800: #1B6550;
--sea-green-900: #114033;
--sea-green-950: #0B2820;
}