Sea Green
#258D52
GreenColor Codes
All color formats for development
HEX
#258D52RGB
rgb(37, 141, 82)HSL
hsl(146, 58%, 35%)OKLCH
oklch(0.571 0.13 153.6)CMYK
cmyk(74%, 0%, 42%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F4A
2#1E7142
3#1A633A
4#165531
5#134729
6#0F3821
7#0B2A19
8#071C10
9#040E08
Tints
Lighter variations
1#2CA762
2#33C171
3#48CE82
4#62D594
5#7CDCA6
6#96E3B8
7#B0EAC9
8#CBF1DB
9#E5F8ED
Tones
Muted variations
1#2B8853
2#308354
3#357D54
4#3A7855
5#3F7356
6#456E56
7#4A6957
8#4F6458
9#545E59
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 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF83 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB168 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | 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: #CBF1DB;
--sea-green-300: #A2E6C0;
--sea-green-400: #72DA9F;
--sea-green-500: #4ACF83;
--sea-green-600: #2FB168;
--sea-green-700: #258D52;
--sea-green-800: #1B653B;
--sea-green-900: #114026;
--sea-green-950: #0B2818;
}