Sea Green
#258E5F
GreenColor Codes
All color formats for development
HEX
#258E5FRGB
rgb(37, 142, 95)HSL
hsl(153, 59%, 35%)OKLCH
oklch(0.576 0.119 159.1)CMYK
cmyk(74%, 0%, 33%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218055
2#1D724C
3#1A6342
4#165539
5#12472F
6#0F3926
7#0B2B1C
8#071C13
9#040E09
Tints
Lighter variations
1#2BA870
2#32C382
3#47CF92
4#61D6A1
5#7BDDB1
6#96E4C1
7#B0EBD0
8#CAF1E0
9#E5F8EF
Tones
Muted variations
1#2A895E
2#2F835D
3#347E5D
4#3A795C
5#3F745C
6#446E5B
7#49695B
8#4F645A
9#545F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D093 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB277 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6544 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E3F8EE;
--sea-green-200: #CAF1E0;
--sea-green-300: #A2E7C8;
--sea-green-400: #71DAAB;
--sea-green-500: #49D093;
--sea-green-600: #2EB277;
--sea-green-700: #258E5F;
--sea-green-800: #1A6544;
--sea-green-900: #11412B;
--sea-green-950: #0A291B;
}