Sea Green
#10A26A
GreenColor Codes
All color formats for development
HEX
#10A26ARGB
rgb(16, 162, 106)HSL
hsl(157, 82%, 35%)OKLCH
oklch(0.63 0.14 159.5)CMYK
cmyk(90%, 0%, 35%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9260
2#0D8255
3#0B724A
4#0A6140
5#085135
6#06412B
7#053120
8#032015
9#02100B
Tints
Lighter variations
1#13C17E
2#16DF92
3#2CEAA1
4#4AEDAF
5#68F0BC
6#86F3C9
7#A5F6D7
8#C3F9E4
9#E1FCF2
Tones
Muted variations
1#179B69
2#1F9467
3#268C65
4#2D8563
5#357E62
6#3C7760
7#436F5E
8#4B685D
9#52615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D0 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB7 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A26A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B744C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A31 | 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: #DFFCF1;
--sea-green-200: #C3F9E4;
--sea-green-300: #94F4D0;
--sea-green-400: #5DEFB7;
--sea-green-500: #2EEAA2;
--sea-green-600: #14CC86;
--sea-green-700: #10A26A;
--sea-green-800: #0B744C;
--sea-green-900: #074A31;
--sea-green-950: #052E1E;
}