Sea Green
#0FA368
GreenColor Codes
All color formats for development
HEX
#0FA368RGB
rgb(15, 163, 104)HSL
hsl(156, 83%, 35%)OKLCH
oklch(0.632 0.144 158.5)CMYK
cmyk(91%, 0%, 36%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E935E
2#0C8353
3#0B7249
4#09623E
5#085234
6#06412A
7#05311F
8#032115
9#02100A
Tints
Lighter variations
1#12C27B
2#15E08F
3#2BEB9E
4#49EEAC
5#67F1BA
6#86F4C8
7#A4F7D6
8#C2F9E3
9#E1FCF1
Tones
Muted variations
1#179C67
2#1E9565
3#258D64
4#2D8662
5#347E61
6#3C775F
7#436F5E
8#4A685C
9#52615B
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 | C2F9 #C2F9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754A | 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: #C2F9E3;
--sea-green-300: #94F5CE;
--sea-green-400: #5CF0B5;
--sea-green-500: #2DEB9F;
--sea-green-600: #13CD83;
--sea-green-700: #0FA368;
--sea-green-800: #0B754A;
--sea-green-900: #074B30;
--sea-green-950: #042F1E;
}