Sea Green
#0A764B
GreenColor Codes
All color formats for development
HEX
#0A764BRGB
rgb(10, 118, 75)HSL
hsl(156, 84%, 25%)OKLCH
oklch(0.5 0.112 158.9)CMYK
cmyk(92%, 0%, 36%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A43
2#085E3C
3#075234
4#06462D
5#053B25
6#042F1E
7#032316
8#02170F
9#010C07
Tints
Lighter variations
1#0D9861
2#10BC77
3#13DF8D
4#2CEDA0
5#4FF0AF
6#72F3BF
7#95F6CF
8#B9F9DF
9#DCFCEF
Tones
Muted variations
1#107049
2#156B48
3#1A6547
4#206046
5#255B45
6#2A5544
7#305043
8#354A42
9#3A4541
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6CE | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A754A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B30 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF9;
--sea-green-100: #DEFCF0;
--sea-green-200: #C2FAE3;
--sea-green-300: #93F6CE;
--sea-green-400: #5BF1B5;
--sea-green-500: #2CEDA0;
--sea-green-600: #12CE83;
--sea-green-700: #0EA468;
--sea-green-800: #0A754A;
--sea-green-900: #074B30;
--sea-green-950: #042F1E;
}