Sea Green
#25BB61
GreenColor Codes
All color formats for development
HEX
#25BB61RGB
rgb(37, 187, 97)HSL
hsl(144, 67%, 44%)OKLCH
oklch(0.697 0.176 151.1)CMYK
cmyk(80%, 0%, 48%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A957
2#1E964E
3#1A8344
4#16703A
5#135E31
6#0F4B27
7#0B381D
8#072513
9#04130A
Tints
Lighter variations
1#2AD36E
2#40D97D
3#58DE8E
4#70E39E
5#88E7AE
6#A0ECBE
7#B7F1CE
8#CFF6DF
9#E7FAEF
Tones
Muted variations
1#2DB463
2#34AC64
3#3CA566
4#439D67
5#4B9669
6#528E6A
7#5A876C
8#617F6D
9#69786F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97D | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4423 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E1F9EB;
--sea-green-200: #C8F4D9;
--sea-green-300: #9DECBC;
--sea-green-400: #6AE29A;
--sea-green-500: #3FD97D;
--sea-green-600: #25BB61;
--sea-green-700: #1D954D;
--sea-green-800: #156A37;
--sea-green-900: #0D4423;
--sea-green-950: #082B16;
}