Sea Green
#258D3F
GreenColor Codes
All color formats for development
HEX
#258D3FRGB
rgb(37, 141, 63)HSL
hsl(135, 58%, 35%)OKLCH
oklch(0.567 0.148 147.6)CMYK
cmyk(74%, 0%, 55%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F39
2#1E7133
3#1A632C
4#165526
5#134720
6#0F3819
7#0B2A13
8#071C0D
9#040E06
Tints
Lighter variations
1#2CA74B
2#33C157
3#48CE69
4#62D57F
5#7CDC94
6#96E3A9
7#B0EABF
8#CBF1D4
9#E5F8EA
Tones
Muted variations
1#2B8842
2#308345
3#357D47
4#3A784A
5#3F734C
6#456E4F
7#4A6951
8#4F6454
9#545E57
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 #A2E6B3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA8C | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF6B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB150 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401D | 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: #A2E6B3;
--sea-green-400: #72DA8C;
--sea-green-500: #4ACF6B;
--sea-green-600: #2FB150;
--sea-green-700: #258D3F;
--sea-green-800: #1B652D;
--sea-green-900: #11401D;
--sea-green-950: #0B2812;
}