Sea Green
#258E54
GreenColor Codes
All color formats for development
HEX
#258E54RGB
rgb(37, 142, 84)HSL
hsl(147, 59%, 35%)OKLCH
oklch(0.574 0.129 154.2)CMYK
cmyk(74%, 0%, 41%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21804C
2#1D7243
3#1A633B
4#165532
5#12472A
6#0F3922
7#0B2B19
8#071C11
9#040E08
Tints
Lighter variations
1#2BA864
2#32C373
3#47CF84
4#61D696
5#7BDDA7
6#96E4B9
7#B0EBCA
8#CAF1DC
9#E5F8ED
Tones
Muted variations
1#2A8955
2#2F8355
3#347E56
4#3A7956
5#3F7457
6#446E57
7#496958
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 #CAF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C1 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D085 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB26A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | 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: #CAF1DC;
--sea-green-300: #A2E7C1;
--sea-green-400: #71DAA0;
--sea-green-500: #49D085;
--sea-green-600: #2EB26A;
--sea-green-700: #258E54;
--sea-green-800: #1A653C;
--sea-green-900: #114126;
--sea-green-950: #0A2918;
}