Sea Green
#258D4D
GreenColor Codes
All color formats for development
HEX
#258D4DRGB
rgb(37, 141, 77)HSL
hsl(143, 58%, 35%)OKLCH
oklch(0.57 0.135 151.8)CMYK
cmyk(74%, 0%, 45%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F45
2#1E713E
3#1A6336
4#16552E
5#134727
6#0F381F
7#0B2A17
8#071C0F
9#040E08
Tints
Lighter variations
1#2CA75C
2#33C16A
3#48CE7B
4#62D58E
5#7CDCA1
6#96E3B4
7#B0EAC7
8#CBF1D9
9#E5F8EC
Tones
Muted variations
1#2B884E
2#308350
3#357D51
4#3A7852
5#3F7353
6#456E54
7#4A6956
8#4F6457
9#545E58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BC | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9A | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB161 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6537 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E3F8EB;
--sea-green-200: #CBF1D9;
--sea-green-300: #A2E6BC;
--sea-green-400: #72DA9A;
--sea-green-500: #4ACF7D;
--sea-green-600: #2FB161;
--sea-green-700: #258D4D;
--sea-green-800: #1B6537;
--sea-green-900: #114023;
--sea-green-950: #0B2816;
}