Sea Green
#258E52
GreenColor Codes
All color formats for development
HEX
#258E52RGB
rgb(37, 142, 82)HSL
hsl(146, 59%, 35%)OKLCH
oklch(0.573 0.131 153.4)CMYK
cmyk(74%, 0%, 42%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21804A
2#1D7242
3#1A633A
4#165531
5#124729
6#0F3921
7#0B2B19
8#071C10
9#040E08
Tints
Lighter variations
1#2BA862
2#32C371
3#47CF82
4#61D694
5#7BDDA6
6#96E4B7
7#B0EBC9
8#CAF1DB
9#E5F8ED
Tones
Muted variations
1#2A8953
2#2F8354
3#347E54
4#3A7955
5#3F7456
6#446E56
7#496957
8#4F6458
9#545F59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C0 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D083 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB267 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F8EC;
--sea-green-200: #CAF1DB;
--sea-green-300: #A2E7C0;
--sea-green-400: #71DA9F;
--sea-green-500: #49D083;
--sea-green-600: #2EB267;
--sea-green-700: #258E52;
--sea-green-800: #1A653B;
--sea-green-900: #114126;
--sea-green-950: #0A2917;
}