Sea Green
#0C7347
GreenColor Codes
All color formats for development
HEX
#0C7347RGB
rgb(12, 115, 71)HSL
hsl(154, 81%, 25%)OKLCH
oklch(0.491 0.112 157.7)CMYK
cmyk(90%, 0%, 38%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6840
2#0A5C39
3#085131
4#07452A
5#063A23
6#052E1C
7#042315
8#02170E
9#010C07
Tints
Lighter variations
1#10965C
2#13B971
3#17DB86
4#2FE999
5#52EDAA
6#75F0BB
7#97F4CC
8#BAF8DD
9#DCFBEE
Tones
Muted variations
1#116E46
2#166945
3#1C6445
4#215F44
5#265A43
6#2B5443
7#304F42
8#354A41
9#3B4540
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4CB | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEAF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DFFCEF;
--sea-green-200: #C3F9E1;
--sea-green-300: #95F4CB;
--sea-green-400: #5DEEAF;
--sea-green-500: #2FE999;
--sea-green-600: #15CB7C;
--sea-green-700: #11A263;
--sea-green-800: #0C7347;
--sea-green-900: #084A2D;
--sea-green-950: #052E1C;
}