Sea Green
#10A261
GreenColor Codes
All color formats for development
HEX
#10A261RGB
rgb(16, 162, 97)HSL
hsl(153, 82%, 35%)OKLCH
oklch(0.628 0.149 156.1)CMYK
cmyk(90%, 0%, 40%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9257
2#0D824D
3#0B7244
4#0A613A
5#085130
6#064127
7#05311D
8#032013
9#02100A
Tints
Lighter variations
1#13C173
2#16DF84
3#2CEA94
4#4AEDA4
5#68F0B3
6#86F3C2
7#A5F6D1
8#C3F9E1
9#E1FCF0
Tones
Muted variations
1#179B60
2#1F945F
3#268C5E
4#2D855E
5#357E5D
6#3C775C
7#436F5B
8#4B685B
9#52615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4C9 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFAD | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA96 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A261 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7445 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DFFCEF;
--sea-green-200: #C3F9E1;
--sea-green-300: #94F4C9;
--sea-green-400: #5DEFAD;
--sea-green-500: #2EEA96;
--sea-green-600: #14CC79;
--sea-green-700: #10A261;
--sea-green-800: #0B7445;
--sea-green-900: #074A2C;
--sea-green-950: #052E1C;
}