Sea Green
#258E64
GreenColor Codes
All color formats for development
HEX
#258E64RGB
rgb(37, 142, 100)HSL
hsl(156, 59%, 35%)OKLCH
oklch(0.577 0.114 161.7)CMYK
cmyk(74%, 0%, 30%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21805A
2#1D7250
3#1A6346
4#16553C
5#124732
6#0F3928
7#0B2B1E
8#071C14
9#040E0A
Tints
Lighter variations
1#2BA876
2#32C389
3#47CF99
4#61D6A7
5#7BDDB6
6#96E4C5
7#B0EBD3
8#CAF1E2
9#E5F8F0
Tones
Muted variations
1#2A8963
2#2F8362
3#347E61
4#3A7960
5#3F745F
6#446E5D
7#49695C
8#4F645B
9#545F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CB | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB27D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E3F8EF;
--sea-green-200: #CAF1E2;
--sea-green-300: #A2E7CB;
--sea-green-400: #71DAB0;
--sea-green-500: #49D09A;
--sea-green-600: #2EB27D;
--sea-green-700: #258E64;
--sea-green-800: #1A6547;
--sea-green-900: #11412E;
--sea-green-950: #0A291D;
}