Sea Green
#258E66
GreenColor Codes
All color formats for development
HEX
#258E66RGB
rgb(37, 142, 102)HSL
hsl(157, 59%, 35%)OKLCH
oklch(0.578 0.113 162.9)CMYK
cmyk(74%, 0%, 28%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21805B
2#1D7251
3#1A6347
4#16553D
5#124733
6#0F3929
7#0B2B1E
8#071C14
9#040E0A
Tints
Lighter variations
1#2BA878
2#32C38B
3#47CF9B
4#61D6A9
5#7BDDB8
6#96E4C6
7#B0EBD4
8#CAF1E2
9#E5F8F1
Tones
Muted variations
1#2A8964
2#2F8363
3#347E62
4#3A7961
5#3F745F
6#446E5E
7#49695D
8#4F645C
9#545F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB2 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB280 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6549 | 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: #E3F8F0;
--sea-green-200: #CAF1E2;
--sea-green-300: #A2E7CC;
--sea-green-400: #71DAB2;
--sea-green-500: #49D09C;
--sea-green-600: #2EB280;
--sea-green-700: #258E66;
--sea-green-800: #1A6549;
--sea-green-900: #11412E;
--sea-green-950: #0A291D;
}