Sea Green
#258E4D
GreenColor Codes
All color formats for development
HEX
#258E4DRGB
rgb(37, 142, 77)HSL
hsl(143, 59%, 35%)OKLCH
oklch(0.572 0.136 151.6)CMYK
cmyk(74%, 0%, 46%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218045
2#1D723E
3#1A6336
4#16552E
5#124726
6#0F391F
7#0B2B17
8#071C0F
9#040E08
Tints
Lighter variations
1#2BA85B
2#32C36A
3#47CF7B
4#61D68E
5#7BDDA1
6#96E4B4
7#B0EBC6
8#CAF1D9
9#E5F8EC
Tones
Muted variations
1#2A894E
2#2F834F
3#347E51
4#3A7952
5#3F7453
6#446E54
7#496956
8#4F6457
9#545F58
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 | CAF1 #CAF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7BC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA99 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D07C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB261 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6537 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114123 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | 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: #CAF1D9;
--sea-green-300: #A2E7BC;
--sea-green-400: #71DA99;
--sea-green-500: #49D07C;
--sea-green-600: #2EB261;
--sea-green-700: #258E4D;
--sea-green-800: #1A6537;
--sea-green-900: #114123;
--sea-green-950: #0A2916;
}