Sea Green
#0FA366
GreenColor Codes
All color formats for development
HEX
#0FA366RGB
rgb(15, 163, 102)HSL
hsl(155, 83%, 35%)OKLCH
oklch(0.631 0.145 157.7)CMYK
cmyk(91%, 0%, 37%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E935B
2#0C8351
3#0B7247
4#09623D
5#085233
6#064129
7#05311E
8#032114
9#02100A
Tints
Lighter variations
1#12C278
2#15E08B
3#2BEB9B
4#49EEA9
5#67F1B8
6#86F4C6
7#A4F7D4
8#C2F9E2
9#E1FCF1
Tones
Muted variations
1#179C64
2#1E9563
3#258D62
4#2D8661
5#347E5F
6#3C775E
7#436F5D
8#4A685C
9#52615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CC | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DEFCF0;
--sea-green-200: #C2F9E2;
--sea-green-300: #94F5CC;
--sea-green-400: #5CF0B2;
--sea-green-500: #2DEB9C;
--sea-green-600: #13CD80;
--sea-green-700: #0FA366;
--sea-green-800: #0B7549;
--sea-green-900: #074B2E;
--sea-green-950: #042F1D;
}