Sea Green
#258D3E
GreenColor Codes
All color formats for development
HEX
#258D3ERGB
rgb(37, 141, 62)HSL
hsl(134, 58%, 35%)OKLCH
oklch(0.567 0.149 147.4)CMYK
cmyk(74%, 0%, 56%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F37
2#1E7131
3#1A632B
4#165525
5#13471F
6#0F3819
7#0B2A12
8#071C0C
9#040E06
Tints
Lighter variations
1#2CA749
2#33C155
3#48CE67
4#62D57D
5#7CDC92
6#96E3A8
7#B0EABE
8#CBF1D4
9#E5F8E9
Tones
Muted variations
1#2B8840
2#308343
3#357D46
4#3A7849
5#3F734B
6#456E4E
7#4A6951
8#4F6454
9#545E56
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 | CBF1 #CBF1D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA8A | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF69 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB14D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | 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: #CBF1D4;
--sea-green-300: #A2E6B2;
--sea-green-400: #72DA8A;
--sea-green-500: #4ACF69;
--sea-green-600: #2FB14D;
--sea-green-700: #258D3E;
--sea-green-800: #1B652C;
--sea-green-900: #11401C;
--sea-green-950: #0B2812;
}