Sea Green
#11A260
GreenColor Codes
All color formats for development
HEX
#11A260RGB
rgb(17, 162, 96)HSL
hsl(153, 81%, 35%)OKLCH
oklch(0.628 0.149 155.7)CMYK
cmyk(90%, 0%, 41%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9157
2#0E814D
3#0C7144
4#0A613A
5#085130
6#074127
7#05301D
8#032013
9#02100A
Tints
Lighter variations
1#14C072
2#17DE84
3#2DE994
4#4BECA4
5#69EFB3
6#87F2C2
7#A5F6D1
8#C3F9E1
9#E1FCF0
Tones
Muted variations
1#189A60
2#1F935F
3#278C5E
4#2E855E
5#357D5D
6#3C765C
7#446F5B
8#4B685B
9#52605A
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 | 95F4 #95F4C9 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEAD | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE996 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A260 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2C | 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: #95F4C9;
--sea-green-400: #5DEEAD;
--sea-green-500: #2FE996;
--sea-green-600: #15CB79;
--sea-green-700: #11A260;
--sea-green-800: #0C7345;
--sea-green-900: #084A2C;
--sea-green-950: #052E1C;
}