Sea Green
#10A268
GreenColor Codes
All color formats for development
HEX
#10A268RGB
rgb(16, 162, 104)HSL
hsl(156, 82%, 35%)OKLCH
oklch(0.629 0.142 158.7)CMYK
cmyk(90%, 0%, 36%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E925D
2#0D8253
3#0B7249
4#0A613E
5#085134
6#06412A
7#05311F
8#032015
9#02100A
Tints
Lighter variations
1#13C17B
2#16DF8E
3#2CEA9E
4#4AEDAC
5#68F0BA
6#86F3C8
7#A5F6D5
8#C3F9E3
9#E1FCF1
Tones
Muted variations
1#179B66
2#1F9465
3#268C63
4#2D8562
5#357E61
6#3C775F
7#436F5E
8#4B685C
9#52615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4CE | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB4 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B744A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF9;
--sea-green-100: #DFFCF0;
--sea-green-200: #C3F9E3;
--sea-green-300: #94F4CE;
--sea-green-400: #5DEFB4;
--sea-green-500: #2EEA9F;
--sea-green-600: #14CC83;
--sea-green-700: #10A268;
--sea-green-800: #0B744A;
--sea-green-900: #074A2F;
--sea-green-950: #052E1E;
}