Sea Green
#258E3F
GreenColor Codes
All color formats for development
HEX
#258E3FRGB
rgb(37, 142, 63)HSL
hsl(135, 59%, 35%)OKLCH
oklch(0.57 0.149 147.5)CMYK
cmyk(74%, 0%, 56%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218039
2#1D7232
3#1A632C
4#165526
5#12471F
6#0F3919
7#0B2B13
8#071C0D
9#040E06
Tints
Lighter variations
1#2BA84B
2#32C356
3#47CF69
4#61D67E
5#7BDD94
6#96E4A9
7#B0EBBF
8#CAF1D4
9#E5F8EA
Tones
Muted variations
1#2A8942
2#2F8344
3#347E47
4#3A7949
5#3F744C
6#446E4F
7#496951
8#4F6454
9#545F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8B | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB24F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F8E8;
--sea-green-200: #CAF1D4;
--sea-green-300: #A2E7B3;
--sea-green-400: #71DA8B;
--sea-green-500: #49D06A;
--sea-green-600: #2EB24F;
--sea-green-700: #258E3F;
--sea-green-800: #1A652D;
--sea-green-900: #11411D;
--sea-green-950: #0A2912;
}