Sea Green
#0F7046
GreenColor Codes
All color formats for development
HEX
#0F7046RGB
rgb(15, 112, 70)HSL
hsl(154, 76%, 25%)OKLCH
oklch(0.482 0.108 158)CMYK
cmyk(87%, 0%, 37%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E653F
2#0C5A38
3#0B4F31
4#09432A
5#083823
6#062D1C
7#052215
8#03160E
9#020B07
Tints
Lighter variations
1#14925B
2#18B470
3#1DD585
4#35E398
5#57E8A9
6#78EDBA
7#9AF1CB
8#BCF6DD
9#DDFAEE
Tones
Muted variations
1#146B46
2#196745
3#1E6244
4#235D44
5#285843
6#2C5342
7#314E42
8#364941
9#3B4540
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAF | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF8;
--sea-green-100: #E0FBEF;
--sea-green-200: #C5F7E1;
--sea-green-300: #98F1CA;
--sea-green-400: #62EAAF;
--sea-green-500: #35E398;
--sea-green-600: #1BC57C;
--sea-green-700: #159D62;
--sea-green-800: #0F7046;
--sea-green-900: #0A482D;
--sea-green-950: #062D1C;
}