Sea Green
#0F7049
GreenColor Codes
All color formats for development
HEX
#0F7049RGB
rgb(15, 112, 73)HSL
hsl(156, 76%, 25%)OKLCH
oklch(0.483 0.105 159.7)CMYK
cmyk(87%, 0%, 35%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6542
2#0C5A3B
3#0B4F33
4#09432C
5#083825
6#062D1D
7#052216
8#03160F
9#020B07
Tints
Lighter variations
1#14925F
2#18B476
3#1DD58C
4#35E39E
5#57E8AE
6#78EDBE
7#9AF1CE
8#BCF6DF
9#DDFAEF
Tones
Muted variations
1#146B48
2#196748
3#1E6247
4#235D46
5#285845
6#2C5344
7#314E43
8#364942
9#3B4541
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E39E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC581 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E0FBF0;
--sea-green-200: #C5F7E3;
--sea-green-300: #98F1CD;
--sea-green-400: #62EAB3;
--sea-green-500: #35E39E;
--sea-green-600: #1BC581;
--sea-green-700: #159D67;
--sea-green-800: #0F7049;
--sea-green-900: #0A482F;
--sea-green-950: #062D1D;
}